#CFC871

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

Shades of Winter Hazel #CFC871

Tints of Winter Hazel #CFC871

Color information

#CFC871 (or 0xCFC871) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 71. RGB value is (207,200,113). Sum of RGB (Red+Green+Blue) = 207+200+113=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC871 is #30378E. Grayscale: #C0C0C0. Windows color (decimal): -3159951 or 7456975. OLE color: 7456975.

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

Color convert

RGB207200113-
CMYK00.030.450.19
HSL55.53º49.47%62.75%-
HSV(B)55.53º45.41%81.18%-
XYZ49.3755.7723.78-
YUV192.1883.32138.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=39.81%
G=38.46%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720011300.030.450.1955.5349.4762.75
HexCFC871032D1338313f
Octal317310161035523706177
Binary1100111111001000111000101110110110011111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC871; }

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

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

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

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

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

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

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

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