#CFC870

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

Shades of Winter Hazel #CFC870

Tints of Winter Hazel #CFC870

Color information

#CFC870 (or 0xCFC870) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 70. RGB value is (207,200,112). Sum of RGB (Red+Green+Blue) = 207+200+112=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC870 is #30378F. Grayscale: #C0C0C0. Windows color (decimal): -3159952 or 7391439. OLE color: 7391439.

HSL color Cylindrical-coordinate representation of color #CFC870: hue angle of 55.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFC870 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207200112-
CMYK00.030.460.19
HSL55.58º49.74%62.55%-
HSV(B)55.58º45.89%81.18%-
XYZ49.3155.7423.49-
YUV192.0682.82138.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=39.88%
G=38.54%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720011200.030.460.1955.5849.7462.55
HexCFC870032E1338323f
Octal317310160035623706277
Binary1100111111001000111000001110111010011111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC870; }

 p { color: rgb(207,200,112); }

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

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

 a { background-color: rgb(207,200,112); }

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

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

 span { border-color: rgb(207,200,112); }

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