#CCC2BA

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

Shades of Pale Slate #CCC2BA

Tints of Pale Slate #CCC2BA

Color information

#CCC2BA (or 0xCCC2BA) is unknown color: approx Pale Slate. HEX triplet: CC, C2 and BA. RGB value is (204,194,186). Sum of RGB (Red+Green+Blue) = 204+194+186=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2BA is #333D45. Grayscale: #C4C4C4. Windows color (decimal): -3358022 or 12239564. OLE color: 12239564.

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

Color convert

RGB204194186-
CMYK00.050.090.2
HSL26.67º15%76.47%-
HSV(B)26.67º8.82%80%-
XYZ53.0654.9754.27-
YUV196.08122.31133.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=34.93%
G=33.22%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419418600.050.090.226.671576.47
HexCCC2BA059141bf4c
Octal3143022720511243317114
Binary11001100110000101011101001011001101001101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2BA; }

 p { color: rgb(204,194,186); }

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

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

 a { background-color: rgb(204,194,186); }

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

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

 span { border-color: rgb(204,194,186); }

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