#CFC873

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

Shades of Winter Hazel #CFC873

Tints of Winter Hazel #CFC873

Color information

#CFC873 (or 0xCFC873) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 73. RGB value is (207,200,115). Sum of RGB (Red+Green+Blue) = 207+200+115=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC873 is #30378C. Grayscale: #C0C0C0. Windows color (decimal): -3159949 or 7588047. OLE color: 7588047.

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

Color convert

RGB207200115-
CMYK00.030.440.19
HSL55.43º48.94%63.14%-
HSV(B)55.43º44.44%81.18%-
XYZ49.4855.8124.38-
YUV192.484.32138.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 115 (45.31% from 255) = 22.03%
R=39.66%
G=38.31%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720011500.030.440.1955.4348.9463.14
HexCFC873032C1337313f
Octal317310163035423676177
Binary1100111111001000111001101110110010011110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC873; }

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

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

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

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

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

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

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

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