#CAC0BA

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

Shades of Pale Slate #CAC0BA

Tints of Pale Slate #CAC0BA

Color information

#CAC0BA (or 0xCAC0BA) is unknown color: approx Pale Slate. HEX triplet: CA, C0 and BA. RGB value is (202,192,186). Sum of RGB (Red+Green+Blue) = 202+192+186=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0BA is #353F45. Grayscale: #C2C2C2. Windows color (decimal): -3489606 or 12239050. OLE color: 12239050.

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

Color convert

RGB202192186-
CMYK00.050.080.21
HSL22.5º13.11%76.08%-
HSV(B)22.5º7.92%79.22%-
XYZ52.0753.854.09-
YUV194.31123.31133.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=34.83%
G=33.10%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219218600.050.080.2122.513.1176.08
HexCAC0BA0581517d4c
Octal3123002720510252715114
Binary11001010110000001011101001011000101011011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0BA; }

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

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

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

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

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

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

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

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