#C8A9C0

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

Shades of Maverick #C8A9C0

Tints of Maverick #C8A9C0

Color information

#C8A9C0 (or 0xC8A9C0) is unknown color: approx Maverick. HEX triplet: C8, A9 and C0. RGB value is (200,169,192). Sum of RGB (Red+Green+Blue) = 200+169+192=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9C0 is #37563F. Grayscale: #B4B4B4. Windows color (decimal): -3626560 or 12626376. OLE color: 12626376.

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

Color convert

RGB200169192-
CMYK00.160.040.22
HSL315.48º21.99%72.35%-
HSV(B)315.48º15.5%78.43%-
XYZ47.5244.4655.95-
YUV180.89134.27141.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=35.65%
G=30.12%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016919200.160.040.22315.4821.9972.35
HexC8A9C001041613b1648
Octal31025130002042647326110
Binary11001000101010011100000001000010010110100111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9C0; }

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

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

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

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

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

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

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

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