#CBC2BC

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

Shades of Pale Slate #CBC2BC

Tints of Pale Slate #CBC2BC

Color information

#CBC2BC (or 0xCBC2BC) is unknown color: approx Pale Slate. HEX triplet: CB, C2 and BC. RGB value is (203,194,188). Sum of RGB (Red+Green+Blue) = 203+194+188=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2BC is #343D43. Grayscale: #C4C4C4. Windows color (decimal): -3423556 or 12370635. OLE color: 12370635.

HSL color Cylindrical-coordinate representation of color #CBC2BC: hue angle of 24º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC2BC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203194188-
CMYK00.040.070.20
HSL24º12.61%76.67%-
HSV(B)24º7.39%79.61%-
XYZ5354.9155.38-
YUV196.01123.48132.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=34.70%
G=33.16%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319418800.040.070.202412.6176.67
HexCBC2BC0471418d4d
Octal313302274047243015115
Binary1100101111000010101111000100111101001100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2BC; }

 p { color: rgb(203,194,188); }

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

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

 a { background-color: rgb(203,194,188); }

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

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

 span { border-color: rgb(203,194,188); }

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