#CBC1B9

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

Shades of Pale Slate #CBC1B9

Tints of Pale Slate #CBC1B9

Color information

#CBC1B9 (or 0xCBC1B9) is unknown color: approx Pale Slate. HEX triplet: CB, C1 and B9. RGB value is (203,193,185). Sum of RGB (Red+Green+Blue) = 203+193+185=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1B9 is #343E46. Grayscale: #C3C3C3. Windows color (decimal): -3423815 or 12173771. OLE color: 12173771.

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

Color convert

RGB203193185-
CMYK00.050.090.20
HSL26.67º14.75%76.08%-
HSV(B)26.67º8.87%79.61%-
XYZ52.4654.3453.62-
YUV195.08122.31133.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=34.94%
G=33.22%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319318500.050.090.2026.6714.7576.08
HexCBC1B9059141bf4c
Octal3133012710511243317114
Binary11001011110000011011100101011001101001101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1B9; }

 p { color: rgb(203,193,185); }

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

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

 a { background-color: rgb(203,193,185); }

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

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

 span { border-color: rgb(203,193,185); }

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