#CAC1BA

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

Shades of Pale Slate #CAC1BA

Tints of Pale Slate #CAC1BA

Color information

#CAC1BA (or 0xCAC1BA) is unknown color: approx Pale Slate. HEX triplet: CA, C1 and BA. RGB value is (202,193,186). Sum of RGB (Red+Green+Blue) = 202+193+186=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1BA is #353E45. Grayscale: #C2C2C2. Windows color (decimal): -3489350 or 12239306. OLE color: 12239306.

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

Color convert

RGB202193186-
CMYK00.040.080.21
HSL26.25º13.11%76.08%-
HSV(B)26.25º7.92%79.22%-
XYZ52.2954.2454.17-
YUV194.89122.98133.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=34.77%
G=33.22%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219318600.040.080.2126.2513.1176.08
HexCAC1BA048151ad4c
Octal3123012720410253215114
Binary11001010110000011011101001001000101011101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1BA; }

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

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

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

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

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

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

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

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