#C7C0BF

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

Shades of Alto #C7C0BF

Tints of Alto #C7C0BF

Color information

#C7C0BF (or 0xC7C0BF) is unknown color: approx Alto. HEX triplet: C7, C0 and BF. RGB value is (199,192,191). Sum of RGB (Red+Green+Blue) = 199+192+191=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0BF is #383F40. Grayscale: #C1C1C1. Windows color (decimal): -3686209 or 12566727. OLE color: 12566727.

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

Color convert

RGB199192191-
CMYK00.040.040.22
HSL7.5º6.67%76.47%-
HSV(B)7.5º4.02%78.04%-
XYZ51.8153.656.91-
YUV193.98126.32131.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 191 (75% from 255) = 32.82%
R=34.19%
G=32.99%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919219100.040.040.227.56.6776.47
HexC7C0BF04416874c
Octal30730027704426107114
Binary11000111110000001011111101001001011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0BF; }

 p { color: rgb(199,192,191); }

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

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

 a { background-color: rgb(199,192,191); }

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

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

 span { border-color: rgb(199,192,191); }

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