Html Css Color HEX #CAC2BC Pale Slate

📋 copy color: '#CAC2BC'

red 202 ◦ green 194 ◦ blue 188

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

Shades of Pale Slate #CAC2BC

Tints of Pale Slate #CAC2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 34.59%
G = 33.22%
B = 32.19%

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

#CAC2BC (or 0xCAC2BC) is known color: Pale Slate. HEX triplet: CA, C2 and BC. RGB value is (202,194,188). Sum of RGB (Red+Green+Blue) = 202+194+188=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2BC is #353D43. Grayscale: #C3C3C3. Windows color (decimal): -3489092 or 12370634. OLE color: 12370634.

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

Color convert

RGB 202 194 188 -
CMYK 0 0.04 0.07 0.21
HSL 25.71º 0.12% 0.76% -
HSV(B) 25.71º 0.07% 0.79% -
XYZ 52.73 54.77 55.37 -
YUV 195.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 202 194 188 0 0.04 0.07 0.21 25.71 0.12 0.76
Hex CA C2 BC 0 4 7 15 1A C 4C
Octal 312 302 274 0 4 7 25 32 14 114
Binary 11001010 11000010 10111100 0 100 111 10101 11010 1100 1001100

Color Harmonies of #CAC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2BC

Black with #CAC2BC

Text Example


Text Example

White with #CAC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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