#CF679F

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

Shades of Hopbush #CF679F

Tints of Hopbush #CF679F

Color information

#CF679F (or 0xCF679F) is unknown color: approx Hopbush. HEX triplet: CF, 67 and 9F. RGB value is (207,103,159). Sum of RGB (Red+Green+Blue) = 207+103+159=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF679F is #309860. Grayscale: #8C8C8C. Windows color (decimal): -3184737 or 10446799. OLE color: 10446799.

HSL color Cylindrical-coordinate representation of color #CF679F: hue angle of 327.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF679F is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207103159-
CMYK00.500.230.19
HSL327.69º52%60.78%-
HSV(B)327.69º50.24%81.18%-
XYZ36.8425.4735.78-
YUV140.48138.46175.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 159 (62.5% from 255) = 33.90%
R=44.14%
G=21.96%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710315900.500.230.19327.695260.78
HexCF679F0321713148343d
Octal31714723706227235106475
Binary1100111111001111001111101100101011110011101001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF679F; }

 p { color: rgb(207,103,159); }

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

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

 a { background-color: rgb(207,103,159); }

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

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

 span { border-color: rgb(207,103,159); }

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