#CBC0BA

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

Shades of Pale Slate #CBC0BA

Tints of Pale Slate #CBC0BA

Color information

#CBC0BA (or 0xCBC0BA) is unknown color: approx Pale Slate. HEX triplet: CB, C0 and BA. RGB value is (203,192,186). Sum of RGB (Red+Green+Blue) = 203+192+186=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BA is #343F45. Grayscale: #C2C2C2. Windows color (decimal): -3424070 or 12239051. OLE color: 12239051.

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

Color convert

RGB203192186-
CMYK00.050.080.20
HSL21.18º14.05%76.27%-
HSV(B)21.18º8.37%79.61%-
XYZ52.3453.9454.11-
YUV194.6123.14133.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 192 (75.39% from 255) = 33.05%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=34.94%
G=33.05%
B=32.01%

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
Decimal20319218600.050.080.2021.1814.0576.27
HexCBC0BA0581415e4c
Octal3133002720510242516114
Binary11001011110000001011101001011000101001010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0BA; }

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

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

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

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

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

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

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

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