#CCC0BB

Color #CCC0BB Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #CCC0BB

Tints of Pale Slate #CCC0BB

Color information

#CCC0BB (or 0xCCC0BB) is unknown color: approx Pale Slate. HEX triplet: CC, C0 and BB. RGB value is (204,192,187). Sum of RGB (Red+Green+Blue) = 204+192+187=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BB is #333F44. Grayscale: #C3C3C3. Windows color (decimal): -3358533 or 12304588. OLE color: 12304588.

HSL color Cylindrical-coordinate representation of color #CCC0BB: hue angle of 17.65º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC0BB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204192187-
CMYK00.060.080.2
HSL17.65º14.29%76.67%-
HSV(B)17.65º8.33%80%-
XYZ52.7254.1254.68-
YUV195.02123.48134.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=34.99%
G=32.93%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419218700.060.080.217.6514.2976.67
HexCCC0BB0681412e4d
Octal3143002730610242216115
Binary11001100110000001011101101101000101001001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0BB; }

 p { color: rgb(204,192,187); }

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

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

 a { background-color: rgb(204,192,187); }

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

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

 span { border-color: rgb(204,192,187); }

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