#CFC471

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

Shades of Winter Hazel #CFC471

Tints of Winter Hazel #CFC471

Color information

#CFC471 (or 0xCFC471) is unknown color: approx Winter Hazel. HEX triplet: CF, C4 and 71. RGB value is (207,196,113). Sum of RGB (Red+Green+Blue) = 207+196+113=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC471 is #303B8E. Grayscale: #BEBEBE. Windows color (decimal): -3160975 or 7455951. OLE color: 7455951.

HSL color Cylindrical-coordinate representation of color #CFC471: hue angle of 52.98º 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 #CFC471 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB207196113-
CMYK00.050.450.19
HSL52.98º49.47%62.75%-
HSV(B)52.98º45.41%81.18%-
XYZ48.4553.9423.48-
YUV189.8384.64140.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 113 (44.53% from 255) = 21.90%
R=40.12%
G=37.98%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719611300.050.450.1952.9849.4762.75
HexCFC471052D1335313f
Octal317304161055523656177
Binary11001111110001001110001010110110110011110101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC471; }

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

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

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

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

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

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

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

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