#CCC1BC

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

Shades of Pale Slate #CCC1BC

Tints of Pale Slate #CCC1BC

Color information

#CCC1BC (or 0xCCC1BC) is unknown color: approx Pale Slate. HEX triplet: CC, C1 and BC. RGB value is (204,193,188). Sum of RGB (Red+Green+Blue) = 204+193+188=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1BC is #333E43. Grayscale: #C3C3C3. Windows color (decimal): -3358276 or 12370380. OLE color: 12370380.

HSL color Cylindrical-coordinate representation of color #CCC1BC: hue angle of 18.75º 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 #CCC1BC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204193188-
CMYK00.050.080.2
HSL18.75º13.56%76.86%-
HSV(B)18.75º7.84%80%-
XYZ53.0554.6155.32-
YUV195.72123.64133.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=34.87%
G=32.99%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419318800.050.080.218.7513.5676.86
HexCCC1BC0581413e4d
Octal3143012740510242316115
Binary11001100110000011011110001011000101001001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1BC; }

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

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

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

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

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

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

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

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