#CEC28B

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

Shades of Winter Hazel #CEC28B

Tints of Winter Hazel #CEC28B

Color information

#CEC28B (or 0xCEC28B) is unknown color: approx Winter Hazel. HEX triplet: CE, C2 and 8B. RGB value is (206,194,139). Sum of RGB (Red+Green+Blue) = 206+194+139=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC28B is #313D74. Grayscale: #BFBFBF. Windows color (decimal): -3226997 or 9159374. OLE color: 9159374.

HSL color Cylindrical-coordinate representation of color #CEC28B: hue angle of 49.25º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEC28B is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206194139-
CMYK00.060.330.19
HSL49.25º40.61%67.65%-
HSV(B)49.25º32.52%80.78%-
XYZ49.4153.5732.16-
YUV191.3298.48138.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=38.22%
G=35.99%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619413900.060.330.1949.2540.6167.65
HexCEC28B062113312944
Octal3163022130641236151104
Binary1100111011000010100010110110100001100111100011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC28B; }

 p { color: rgb(206,194,139); }

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

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

 a { background-color: rgb(206,194,139); }

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

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

 span { border-color: rgb(206,194,139); }

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