#C8C0C7

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

Shades of Maverick #C8C0C7

Tints of Maverick #C8C0C7

Color information

#C8C0C7 (or 0xC8C0C7) is unknown color: approx Maverick. HEX triplet: C8, C0 and C7. RGB value is (200,192,199). Sum of RGB (Red+Green+Blue) = 200+192+199=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0C7 is #373F38. Grayscale: #C3C3C3. Windows color (decimal): -3620665 or 13091016. OLE color: 13091016.

HSL color Cylindrical-coordinate representation of color #C8C0C7: hue angle of 307.5º degrees, saturation: 0.07, 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 #C8C0C7 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB200192199-
CMYK00.040.000.22
HSL307.5º6.78%76.86%-
HSV(B)307.5º4%78.43%-
XYZ52.9854.161.68-
YUV195.19130.15131.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=33.84%
G=32.49%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019219900.040.000.22307.56.7876.86
HexC8C0C70401613474d
Octal310300307040264647115
Binary11001000110000001100011101000101101001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C0C7; }

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

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

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

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

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

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

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

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