#CCC188

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

Shades of Winter Hazel #CCC188

Tints of Winter Hazel #CCC188

Color information

#CCC188 (or 0xCCC188) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 88. RGB value is (204,193,136). Sum of RGB (Red+Green+Blue) = 204+193+136=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC188 is #333E77. Grayscale: #BEBEBE. Windows color (decimal): -3358328 or 8962508. OLE color: 8962508.

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

Color convert

RGB204193136-
CMYK00.050.330.2
HSL50.29º40%66.67%-
HSV(B)50.29º33.33%80%-
XYZ48.4252.7530.92-
YUV189.7997.64138.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=38.27%
G=36.21%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419313600.050.330.250.294066.67
HexCCC188052114322843
Octal3143012100541246250103
Binary1100110011000001100010000101100001101001100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC188; }

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

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

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

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

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

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

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

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