#CEC47E

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

Shades of Winter Hazel #CEC47E

Tints of Winter Hazel #CEC47E

Color information

#CEC47E (or 0xCEC47E) is unknown color: approx Winter Hazel. HEX triplet: CE, C4 and 7E. RGB value is (206,196,126). Sum of RGB (Red+Green+Blue) = 206+196+126=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC47E is #313B81. Grayscale: #BFBFBF. Windows color (decimal): -3226498 or 8307918. OLE color: 8307918.

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

Color convert

RGB206196126-
CMYK00.050.390.19
HSL52.5º44.94%65.1%-
HSV(B)52.5º38.83%80.78%-
XYZ48.9654.1127.6-
YUV191.0191.31138.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 126 (49.61% from 255) = 23.86%
R=39.02%
G=37.12%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619612600.050.390.1952.544.9465.1
HexCEC47E052713342d41
Octal3163041760547236455101
Binary110011101100010011111100101100111100111101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC47E; }

 p { color: rgb(206,196,126); }

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

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

 a { background-color: rgb(206,196,126); }

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

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

 span { border-color: rgb(206,196,126); }

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