Html Css Color HEX #CAC1B9 Pale Slate

📋 copy color: '#CAC1B9'

red 202 ◦ green 193 ◦ blue 185

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

Shades of Pale Slate #CAC1B9

Tints of Pale Slate #CAC1B9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

 BLUE value IS 185 (72.66% from 255) = 31.9%

R = 34.83%
G = 33.28%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAC1B9 (or 0xCAC1B9) is known color: Pale Slate. HEX triplet: CA, C1 and B9. RGB value is (202,193,185). Sum of RGB (Red+Green+Blue) = 202+193+185=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1B9 is #353E46. Grayscale: #C2C2C2. Windows color (decimal): -3489351 or 12173770. OLE color: 12173770.

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

Color convert

RGB 202 193 185 -
CMYK 0 0.04 0.08 0.21
HSL 28.24º 0.14% 0.76% -
HSV(B) 28.24º 0.08% 0.79% -
XYZ 52.18 54.2 53.61 -
YUV 194.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 202 193 185 0 0.04 0.08 0.21 28.24 0.14 0.76
Hex CA C1 B9 0 4 8 15 1C E 4C
Octal 312 301 271 0 4 10 25 34 16 114
Binary 11001010 11000001 10111001 0 100 1000 10101 11100 1110 1001100

Color Harmonies of #CAC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1B9

Black with #CAC1B9

Text Example


Text Example

White with #CAC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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