#CBC2BA

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

Shades of Pale Slate #CBC2BA

Tints of Pale Slate #CBC2BA

Color information

#CBC2BA (or 0xCBC2BA) is unknown color: approx Pale Slate. HEX triplet: CB, C2 and BA. RGB value is (203,194,186). Sum of RGB (Red+Green+Blue) = 203+194+186=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2BA is #343D45. Grayscale: #C3C3C3. Windows color (decimal): -3423558 or 12239563. OLE color: 12239563.

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

Color convert

RGB203194186-
CMYK00.040.080.20
HSL28.24º14.05%76.27%-
HSV(B)28.24º8.37%79.61%-
XYZ52.7854.8354.25-
YUV195.78122.48133.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=34.82%
G=33.28%
B=31.90%

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
Decimal20319418600.040.080.2028.2414.0576.27
HexCBC2BA048141ce4c
Octal3133022720410243416114
Binary11001011110000101011101001001000101001110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2BA; }

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

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

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

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

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

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

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

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