#CCC183

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

Shades of Winter Hazel #CCC183

Tints of Winter Hazel #CCC183

Color information

#CCC183 (or 0xCCC183) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 83. RGB value is (204,193,131). Sum of RGB (Red+Green+Blue) = 204+193+131=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC183 is #333E7C. Grayscale: #BDBDBD. Windows color (decimal): -3358333 or 8634828. OLE color: 8634828.

HSL color Cylindrical-coordinate representation of color #CCC183: hue angle of 50.96º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCC183 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204193131-
CMYK00.050.360.2
HSL50.96º41.71%65.69%-
HSV(B)50.96º35.78%80%-
XYZ48.0752.6229.1-
YUV189.2295.14138.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=38.64%
G=36.55%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419313100.050.360.250.9641.7165.69
HexCCC183052414332a42
Octal3143012030544246352102
Binary1100110011000001100000110101100100101001100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC183; }

 p { color: rgb(204,193,131); }

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

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

 a { background-color: rgb(204,193,131); }

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

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

 span { border-color: rgb(204,193,131); }

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