#CFC776

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

Shades of Winter Hazel #CFC776

Tints of Winter Hazel #CFC776

Color information

#CFC776 (or 0xCFC776) is unknown color: approx Winter Hazel. HEX triplet: CF, C7 and 76. RGB value is (207,199,118). Sum of RGB (Red+Green+Blue) = 207+199+118=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC776 is #303889. Grayscale: #C0C0C0. Windows color (decimal): -3160202 or 7784399. OLE color: 7784399.

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

Color convert

RGB207199118-
CMYK00.040.430.19
HSL54.61º48.11%63.73%-
HSV(B)54.61º43%81.18%-
XYZ49.4355.4225.23-
YUV192.1686.15138.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 199 (78.12% from 255) = 37.98%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=39.50%
G=37.98%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719911800.040.430.1954.6148.1163.73
HexCFC776042B13373040
Octal3173071660453236760100
Binary110011111100011111101100100101011100111101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC776; }

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

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

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

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

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

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

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

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