#CBC2BB

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

Shades of Pale Slate #CBC2BB

Tints of Pale Slate #CBC2BB

Color information

#CBC2BB (or 0xCBC2BB) is unknown color: approx Pale Slate. HEX triplet: CB, C2 and BB. RGB value is (203,194,187). Sum of RGB (Red+Green+Blue) = 203+194+187=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2BB is #343D44. Grayscale: #C3C3C3. Windows color (decimal): -3423557 or 12305099. OLE color: 12305099.

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

Color convert

RGB203194187-
CMYK00.040.080.20
HSL26.25º13.33%76.47%-
HSV(B)26.25º7.88%79.61%-
XYZ52.8954.8754.82-
YUV195.89122.98133.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=34.76%
G=33.22%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319418700.040.080.2026.2513.3376.47
HexCBC2BB048141ad4c
Octal3133022730410243215114
Binary11001011110000101011101101001000101001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2BB; }

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

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

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

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

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

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

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

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