#cec47f

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

Shades of Winter Hazel #CEC47F

Tints of Winter Hazel #CEC47F

Color information

#CEC47F (or 0xCEC47F) is unknown color: approx Winter Hazel. HEX triplet: CE, C4 and 7F. RGB value is (206,196,127). Sum of RGB (Red+Green+Blue) = 206+196+127=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC47F is #313B80. Grayscale: #BFBFBF. Windows color (decimal): -3226497 or 8373454. OLE color: 8373454.

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

Color convert

RGB206196127-
CMYK00.050.380.19
HSL52.41º44.63%65.29%-
HSV(B)52.41º38.35%80.78%-
XYZ49.0254.1327.94-
YUV191.1291.81138.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 127 (50% from 255) = 24.01%
R=38.94%
G=37.05%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619612700.050.380.1952.4144.6365.29
HexCEC47F052613342d41
Octal3163041770546236455101
Binary110011101100010011111110101100110100111101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec47f; }

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

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

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

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

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

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

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

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