Html Css Color HEX #CAC4C0 Pale Slate

📋 copy color: '#CAC4C0'

red 202 ◦ green 196 ◦ blue 192

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

Shades of Pale Slate #CAC4C0

Tints of Pale Slate #CAC4C0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 34.24%
G = 33.22%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CAC4C0 (or 0xCAC4C0) is known color: Pale Slate. HEX triplet: CA, C4 and C0. RGB value is (202,196,192). Sum of RGB (Red+Green+Blue) = 202+196+192=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4C0 is #353B3F. Grayscale: #C5C5C5. Windows color (decimal): -3488576 or 12633290. OLE color: 12633290.

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

Color convert

RGB 202 196 192 -
CMYK 0 0.03 0.05 0.21
HSL 24º 0.09% 0.77% -
HSV(B) 24º 0.05% 0.79% -
XYZ 53.61 55.84 57.82 -
YUV 197.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 202 196 192 0 0.03 0.05 0.21 24 0.09 0.77
Hex CA C4 C0 0 3 5 15 18 9 4D
Octal 312 304 300 0 3 5 25 30 11 115
Binary 11001010 11000100 11000000 0 11 101 10101 11000 1001 1001101

Color Harmonies of #CAC4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4C0

Black with #CAC4C0

Text Example


Text Example

White with #CAC4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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