Html Css Color HEX #CAC2BB Pale Slate

📋 copy color: '#CAC2BB'

red 202 ◦ green 194 ◦ blue 187

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

Shades of Pale Slate #CAC2BB

Tints of Pale Slate #CAC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 34.65%
G = 33.28%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAC2BB (or 0xCAC2BB) is known color: Pale Slate. HEX triplet: CA, C2 and BB. RGB value is (202,194,187). Sum of RGB (Red+Green+Blue) = 202+194+187=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2BB is #353D44. Grayscale: #C3C3C3. Windows color (decimal): -3489093 or 12305098. OLE color: 12305098.

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

Color convert

RGB 202 194 187 -
CMYK 0 0.04 0.07 0.21
HSL 28º 0.12% 0.76% -
HSV(B) 28º 0.07% 0.79% -
XYZ 52.62 54.73 54.8 -
YUV 195.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 202 194 187 0 0.04 0.07 0.21 28 0.12 0.76
Hex CA C2 BB 0 4 7 15 1C C 4C
Octal 312 302 273 0 4 7 25 34 14 114
Binary 11001010 11000010 10111011 0 100 111 10101 11100 1100 1001100

Color Harmonies of #CAC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2BB

Black with #CAC2BB

Text Example


Text Example

White with #CAC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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