#CEC185

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

Shades of Winter Hazel #CEC185

Tints of Winter Hazel #CEC185

Color information

#CEC185 (or 0xCEC185) is unknown color: approx Winter Hazel. HEX triplet: CE, C1 and 85. RGB value is (206,193,133). Sum of RGB (Red+Green+Blue) = 206+193+133=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC185 is #313E7A. Grayscale: #BEBEBE. Windows color (decimal): -3227259 or 8765902. OLE color: 8765902.

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

Color convert

RGB206193133-
CMYK00.060.350.19
HSL49.32º42.69%66.47%-
HSV(B)49.32º35.44%80.78%-
XYZ48.7652.9629.84-
YUV190.0595.81139.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 133 (52.34% from 255) = 25%
R=38.72%
G=36.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619313300.060.350.1949.3242.6966.47
HexCEC185062313312b42
Octal3163012050643236153102
Binary1100111011000001100001010110100011100111100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC185; }

 p { color: rgb(206,193,133); }

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

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

 a { background-color: rgb(206,193,133); }

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

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

 span { border-color: rgb(206,193,133); }

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