#CFC17E

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

Shades of Winter Hazel #CFC17E

Tints of Winter Hazel #CFC17E

Color information

#CFC17E (or 0xCFC17E) is unknown color: approx Winter Hazel. HEX triplet: CF, C1 and 7E. RGB value is (207,193,126). Sum of RGB (Red+Green+Blue) = 207+193+126=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC17E is #303E81. Grayscale: #BDBDBD. Windows color (decimal): -3161730 or 8307151. OLE color: 8307151.

HSL color Cylindrical-coordinate representation of color #CFC17E: hue angle of 49.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC17E is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207193126-
CMYK00.070.390.19
HSL49.63º45.76%65.29%-
HSV(B)49.63º39.13%81.18%-
XYZ48.5752.9127.39-
YUV189.5592.14140.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=39.35%
G=36.69%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719312600.070.390.1949.6345.7665.29
HexCFC17E072713322e41
Octal3173011760747236256101
Binary110011111100000111111100111100111100111100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC17E; }

 p { color: rgb(207,193,126); }

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

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

 a { background-color: rgb(207,193,126); }

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

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

 span { border-color: rgb(207,193,126); }

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