#CEC57B

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

Shades of Winter Hazel #CEC57B

Tints of Winter Hazel #CEC57B

Color information

#CEC57B (or 0xCEC57B) is unknown color: approx Winter Hazel. HEX triplet: CE, C5 and 7B. RGB value is (206,197,123). Sum of RGB (Red+Green+Blue) = 206+197+123=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC57B is #313A84. Grayscale: #BFBFBF. Windows color (decimal): -3226245 or 8111566. OLE color: 8111566.

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

Color convert

RGB206197123-
CMYK00.040.400.19
HSL53.49º45.86%64.51%-
HSV(B)53.49º40.29%80.78%-
XYZ4954.4826.67-
YUV191.2689.48138.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 123 (48.44% from 255) = 23.38%
R=39.16%
G=37.45%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619712300.040.400.1953.4945.8664.51
HexCEC57B042813352e41
Octal3163051730450236556101
Binary110011101100010111110110100101000100111101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC57B; }

 p { color: rgb(206,197,123); }

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

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

 a { background-color: rgb(206,197,123); }

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

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

 span { border-color: rgb(206,197,123); }

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