#CF618A

Color #CF618A Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CF618A

Tints of Hopbush #CF618A

Color information

#CF618A (or 0xCF618A) is unknown color: approx Hopbush. HEX triplet: CF, 61 and 8A. RGB value is (207,97,138). Sum of RGB (Red+Green+Blue) = 207+97+138=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF618A is #309E75. Grayscale: #868686. Windows color (decimal): -3186294 or 9069007. OLE color: 9069007.

HSL color Cylindrical-coordinate representation of color #CF618A: hue angle of 337.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF618A is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20797138-
CMYK00.530.330.19
HSL337.64º53.4%59.61%-
HSV(B)337.64º53.14%81.18%-
XYZ34.5923.6526.79-
YUV134.56129.94179.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=46.83%
G=21.95%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079713800.530.330.19337.6453.459.61
HexCF618A0352113152353c
Octal31714121206541235226574
Binary11001111110000110001010011010110000110011101010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF618A; }

 p { color: rgb(207,97,138); }

 H1.HeaderClassName
 {
   color: #CF618A;
 }
 .AnyTagClassName
 {
   color: #CF618A;
 }
</style>
background-color css

<style>
 a { background-color: #CF618A; }

 a { background-color: rgb(207,97,138); }

 div.DivClassName
 {
   background-color: #CF618A;
 }
 .BgClassName
 {
   background-color: #CF618A;
 }
</style>
border-color css

<style>
 span { border-color: #CF618A; }

 span { border-color: rgb(207,97,138); }

 td.TdClassName
 {
   border-color: #CF618A;
 }
 .TagClassName
 {
   border-color: #CF618A;
 }
</style>