#CAC3BE

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

Shades of Pale Slate #CAC3BE

Tints of Pale Slate #CAC3BE

Color information

#CAC3BE (or 0xCAC3BE) is unknown color: approx Pale Slate. HEX triplet: CA, C3 and BE. RGB value is (202,195,190). Sum of RGB (Red+Green+Blue) = 202+195+190=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3BE is #353C41. Grayscale: #C4C4C4. Windows color (decimal): -3488834 or 12501962. OLE color: 12501962.

HSL color Cylindrical-coordinate representation of color #CAC3BE: hue angle of 25º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC3BE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202195190-
CMYK00.030.060.21
HSL25º10.17%76.86%-
HSV(B)25º5.94%79.22%-
XYZ53.1755.356.59-
YUV196.52124.32131.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=34.41%
G=33.22%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219519000.030.060.212510.1776.86
HexCAC3BE0361519a4d
Octal312303276036253112115
Binary110010101100001110111110011110101011100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3BE; }

 p { color: rgb(202,195,190); }

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

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

 a { background-color: rgb(202,195,190); }

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

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

 span { border-color: rgb(202,195,190); }

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