#CFC878

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

Shades of Winter Hazel #CFC878

Tints of Winter Hazel #CFC878

Color information

#CFC878 (or 0xCFC878) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 78. RGB value is (207,200,120). Sum of RGB (Red+Green+Blue) = 207+200+120=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC878 is #303787. Grayscale: #C1C1C1. Windows color (decimal): -3159944 or 7915727. OLE color: 7915727.

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

Color convert

RGB207200120-
CMYK00.030.420.19
HSL55.17º47.54%64.12%-
HSV(B)55.17º42.03%81.18%-
XYZ49.7855.9325.94-
YUV192.9786.82138-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 120 (47.27% from 255) = 22.77%
R=39.28%
G=37.95%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720012000.030.420.1955.1747.5464.12
HexCFC878032A13373040
Octal3173101700352236760100
Binary11001111110010001111000011101010100111101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC878; }

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

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

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

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

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

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

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

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