#CBC1BB

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

Shades of Pale Slate #CBC1BB

Tints of Pale Slate #CBC1BB

Color information

#CBC1BB (or 0xCBC1BB) is unknown color: approx Pale Slate. HEX triplet: CB, C1 and BB. RGB value is (203,193,187). Sum of RGB (Red+Green+Blue) = 203+193+187=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1BB is #343E44. Grayscale: #C3C3C3. Windows color (decimal): -3423813 or 12304843. OLE color: 12304843.

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

Color convert

RGB203193187-
CMYK00.050.080.20
HSL22.5º13.33%76.47%-
HSV(B)22.5º7.88%79.61%-
XYZ52.6754.4254.74-
YUV195.31123.31133.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=34.82%
G=33.10%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319318700.050.080.2022.513.3376.47
HexCBC1BB0581417d4c
Octal3133012730510242715114
Binary11001011110000011011101101011000101001011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1BB; }

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

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

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

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

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

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

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

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