#C7C3C2

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

Shades of Alto #C7C3C2

Tints of Alto #C7C3C2

Color information

#C7C3C2 (or 0xC7C3C2) is unknown color: approx Alto. HEX triplet: C7, C3 and C2. RGB value is (199,195,194). Sum of RGB (Red+Green+Blue) = 199+195+194=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3C2 is #383C3D. Grayscale: #C4C4C4. Windows color (decimal): -3685438 or 12764103. OLE color: 12764103.

HSL color Cylindrical-coordinate representation of color #C7C3C2: hue angle of 12º degrees, saturation: 0.04, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7C3C2 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199195194-
CMYK00.020.030.22
HSL12º4.27%77.06%-
HSV(B)12º2.51%78.04%-
XYZ52.8155.0758.88-
YUV196.08126.83130.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.84%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=33.84%
G=33.16%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919519400.020.030.22124.2777.06
HexC7C3C202316c44d
Octal30730330202326144115
Binary110001111100001111000010010111011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C3C2; }

 p { color: rgb(199,195,194); }

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

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

 a { background-color: rgb(199,195,194); }

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

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

 span { border-color: rgb(199,195,194); }

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