#C7C0C5

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

Shades of Maverick #C7C0C5

Tints of Maverick #C7C0C5

Color information

#C7C0C5 (or 0xC7C0C5) is unknown color: approx Maverick. HEX triplet: C7, C0 and C5. RGB value is (199,192,197). Sum of RGB (Red+Green+Blue) = 199+192+197=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0C5 is #383F3A. Grayscale: #C2C2C2. Windows color (decimal): -3686203 or 12959943. OLE color: 12959943.

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

Color convert

RGB199192197-
CMYK00.040.010.22
HSL317.14º5.88%76.67%-
HSV(B)317.14º3.52%78.04%-
XYZ52.4853.8760.46-
YUV194.66129.32131.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.84%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=33.84%
G=32.65%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919219700.040.010.22317.145.8876.67
HexC7C0C50411613d64d
Octal307300305041264756115
Binary11000111110000001100010101001101101001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0C5; }

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

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

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

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

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

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

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

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