#cec382

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

Shades of Winter Hazel #CEC382

Tints of Winter Hazel #CEC382

Color information

#CEC382 (or 0xCEC382) is unknown color: approx Winter Hazel. HEX triplet: CE, C3 and 82. RGB value is (206,195,130). Sum of RGB (Red+Green+Blue) = 206+195+130=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC382 is #313C7D. Grayscale: #BFBFBF. Windows color (decimal): -3226750 or 8569806. OLE color: 8569806.

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

Color convert

RGB206195130-
CMYK00.050.370.19
HSL51.32º43.68%65.88%-
HSV(B)51.32º36.89%80.78%-
XYZ4953.7628.91-
YUV190.8893.64138.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=38.79%
G=36.72%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619513000.050.370.1951.3243.6865.88
HexCEC382052513332c42
Octal3163032020545236354102
Binary1100111011000011100000100101100101100111100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec382; }

 p { color: rgb(206,195,130); }

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

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

 a { background-color: rgb(206,195,130); }

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

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

 span { border-color: rgb(206,195,130); }

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