#CBC5C0

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

Shades of Pale Slate #CBC5C0

Tints of Pale Slate #CBC5C0

Color information

#CBC5C0 (or 0xCBC5C0) is unknown color: approx Pale Slate. HEX triplet: CB, C5 and C0. RGB value is (203,197,192). Sum of RGB (Red+Green+Blue) = 203+197+192=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5C0 is #343A3F. Grayscale: #C6C6C6. Windows color (decimal): -3422784 or 12633547. OLE color: 12633547.

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

Color convert

RGB203197192-
CMYK00.030.050.20
HSL27.27º9.57%77.45%-
HSV(B)27.27º5.42%79.61%-
XYZ54.1156.4357.91-
YUV198.22124.49131.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=34.29%
G=33.28%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319719200.030.050.2027.279.5777.45
HexCBC5C0035141ba4d
Octal313305300035243312115
Binary110010111100010111000000011101101001101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5C0; }

 p { color: rgb(203,197,192); }

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

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

 a { background-color: rgb(203,197,192); }

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

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

 span { border-color: rgb(203,197,192); }

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