#C7C0BE

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

Shades of Alto #C7C0BE

Tints of Alto #C7C0BE

Color information

#C7C0BE (or 0xC7C0BE) is unknown color: approx Alto. HEX triplet: C7, C0 and BE. RGB value is (199,192,190). Sum of RGB (Red+Green+Blue) = 199+192+190=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0BE is #383F41. Grayscale: #C1C1C1. Windows color (decimal): -3686210 or 12501191. OLE color: 12501191.

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

Color convert

RGB199192190-
CMYK00.040.050.22
HSL13.33º7.44%76.27%-
HSV(B)13.33º4.52%78.04%-
XYZ51.753.5656.33-
YUV193.86125.82131.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.25%
GREEN value IS 192 (75.39% from 255) = 33.05%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=34.25%
G=33.05%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919219000.040.050.2213.337.4476.27
HexC7C0BE04516d74c
Octal30730027604526157114
Binary11000111110000001011111001001011011011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0BE; }

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

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

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

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

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

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

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

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