#C8A4C0

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

Shades of Maverick #C8A4C0

Tints of Maverick #C8A4C0

Color information

#C8A4C0 (or 0xC8A4C0) is unknown color: approx Maverick. HEX triplet: C8, A4 and C0. RGB value is (200,164,192). Sum of RGB (Red+Green+Blue) = 200+164+192=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4C0 is #375B3F. Grayscale: #B1B1B1. Windows color (decimal): -3627840 or 12625096. OLE color: 12625096.

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

Color convert

RGB200164192-
CMYK00.180.040.22
HSL313.33º24.66%71.37%-
HSV(B)313.33º18%78.43%-
XYZ46.6142.6455.64-
YUV177.96135.93143.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=35.97%
G=29.50%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016419200.180.040.22313.3324.6671.37
HexC8A4C00124161391947
Octal31024430002242647131107
Binary11001000101001001100000001001010010110100111001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A4C0; }

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

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

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

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

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

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

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

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