Html Css Color HEX #CAC5C2 Pale Slate

📋 copy color: '#CAC5C2'

red 202 ◦ green 197 ◦ blue 194

#CAC5C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #CAC5C2

Tints of Pale Slate #CAC5C2

RGB

 RED value IS 202 (79.3% from 255) = 34.06%

 GREEN value IS 197 (77.34% from 255) = 33.22%

 BLUE value IS 194 (76.17% from 255) = 32.72%

R = 34.06%
G = 33.22%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CAC5C2 (or 0xCAC5C2) is known color: Pale Slate. HEX triplet: CA, C5 and C2. RGB value is (202,197,194). Sum of RGB (Red+Green+Blue) = 202+197+194=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5C2 is #353A3D. Grayscale: #C6C6C6. Windows color (decimal): -3488318 or 12764618. OLE color: 12764618.

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

Color convert

RGB 202 197 194 -
CMYK 0 0.02 0.04 0.21
HSL 22.5º 0.07% 0.78% -
HSV(B) 22.5º 0.04% 0.79% -
XYZ 54.06 56.38 59.07 -
YUV 198.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 202 197 194 0 0.02 0.04 0.21 22.5 0.07 0.78
Hex CA C5 C2 0 2 4 15 16 7 4E
Octal 312 305 302 0 2 4 25 26 7 116
Binary 11001010 11000101 11000010 0 10 100 10101 10110 111 1001110

Color Harmonies of #CAC5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5C2

Black with #CAC5C2

Text Example


Text Example

White with #CAC5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5C2; }

 p { color: rgb(202,197,194); }

 H1.HeaderClassName
 {
   color: #CAC5C2;
 }
 .AnyTagClassName
 {
   color: #CAC5C2;
 }
</style>

background-color css

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

 a { background-color: rgb(202,197,194); }

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

border-color css

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

 span { border-color: rgb(202,197,194); }

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