#CBC3BD

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

Shades of Pale Slate #CBC3BD

Tints of Pale Slate #CBC3BD

Color information

#CBC3BD (or 0xCBC3BD) is unknown color: approx Pale Slate. HEX triplet: CB, C3 and BD. RGB value is (203,195,189). Sum of RGB (Red+Green+Blue) = 203+195+189=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3BD is #343C42. Grayscale: #C4C4C4. Windows color (decimal): -3423299 or 12436427. OLE color: 12436427.

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

Color convert

RGB203195189-
CMYK00.040.070.20
HSL25.71º11.86%76.86%-
HSV(B)25.71º6.9%79.61%-
XYZ53.3355.456.03-
YUV196.71123.65132.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=34.58%
G=33.22%
B=32.20%

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
Decimal20319518900.040.070.2025.7111.8676.86
HexCBC3BD047141ac4d
Octal313303275047243214115
Binary1100101111000011101111010100111101001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3BD; }

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

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

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

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

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

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

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

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