#CFC876

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

Shades of Winter Hazel #CFC876

Tints of Winter Hazel #CFC876

Color information

#CFC876 (or 0xCFC876) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 76. RGB value is (207,200,118). Sum of RGB (Red+Green+Blue) = 207+200+118=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC876 is #303789. Grayscale: #C1C1C1. Windows color (decimal): -3159946 or 7784655. OLE color: 7784655.

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

Color convert

RGB207200118-
CMYK00.030.430.19
HSL55.28º48.11%63.73%-
HSV(B)55.28º43%81.18%-
XYZ49.6655.8825.31-
YUV192.7485.82138.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=39.43%
G=38.10%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720011800.030.430.1955.2848.1163.73
HexCFC876032B13373040
Octal3173101660353236760100
Binary11001111110010001110110011101011100111101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC876; }

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

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

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

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

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

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

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

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