#CAC4C2

Color #CAC4C2 Alto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alto #CAC4C2

Tints of Alto #CAC4C2

Color information

#CAC4C2 (or 0xCAC4C2) is unknown color: approx Alto. HEX triplet: CA, C4 and C2. RGB value is (202,196,194). Sum of RGB (Red+Green+Blue) = 202+196+194=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4C2 is #353B3D. Grayscale: #C5C5C5. Windows color (decimal): -3488574 or 12764362. OLE color: 12764362.

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

Color convert

RGB202196194-
CMYK00.030.040.21
HSL15º7.02%77.65%-
HSV(B)15º3.96%79.22%-
XYZ53.8355.9359-
YUV197.57125.99131.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=34.12%
G=33.11%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219619400.030.040.21157.0277.65
HexCAC4C203415f74e
Octal31230430203425177116
Binary1100101011000100110000100111001010111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4C2; }

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

 H1.HeaderClassName
 {
   color: #CAC4C2;
 }
 .AnyTagClassName
 {
   color: #CAC4C2;
 }
</style>
background-color css

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

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

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

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

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

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