#CBC3BC

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

Shades of Pale Slate #CBC3BC

Tints of Pale Slate #CBC3BC

Color information

#CBC3BC (or 0xCBC3BC) is unknown color: approx Pale Slate. HEX triplet: CB, C3 and BC. RGB value is (203,195,188). Sum of RGB (Red+Green+Blue) = 203+195+188=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3BC is #343C43. Grayscale: #C4C4C4. Windows color (decimal): -3423300 or 12370891. OLE color: 12370891.

HSL color Cylindrical-coordinate representation of color #CBC3BC: hue angle of 28º 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 #CBC3BC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203195188-
CMYK00.040.070.20
HSL28º12.61%76.67%-
HSV(B)28º7.39%79.61%-
XYZ53.2255.3655.46-
YUV196.59123.15132.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=34.64%
G=33.28%
B=32.08%

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
Decimal20319518800.040.070.202812.6176.67
HexCBC3BC047141cd4d
Octal313303274047243415115
Binary1100101111000011101111000100111101001110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3BC; }

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

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

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

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

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

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

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

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