#CBC3C0

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

Shades of Pale Slate #CBC3C0

Tints of Pale Slate #CBC3C0

Color information

#CBC3C0 (or 0xCBC3C0) is unknown color: approx Pale Slate. HEX triplet: CB, C3 and C0. RGB value is (203,195,192). Sum of RGB (Red+Green+Blue) = 203+195+192=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3C0 is #343C3F. Grayscale: #C5C5C5. Windows color (decimal): -3423296 or 12633035. OLE color: 12633035.

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

Color convert

RGB203195192-
CMYK00.040.050.20
HSL16.36º9.57%77.45%-
HSV(B)16.36º5.42%79.61%-
XYZ53.6655.5357.76-
YUV197.05125.15132.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=34.41%
G=33.05%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319519200.040.050.2016.369.5777.45
HexCBC3C00451410a4d
Octal313303300045242012115
Binary1100101111000011110000000100101101001000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3C0; }

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

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

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

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

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

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

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

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