#C8AABE

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

Shades of Maverick #C8AABE

Tints of Maverick #C8AABE

Color information

#C8AABE (or 0xC8AABE) is unknown color: approx Maverick. HEX triplet: C8, AA and BE. RGB value is (200,170,190). Sum of RGB (Red+Green+Blue) = 200+170+190=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AABE is #375541. Grayscale: #B5B5B5. Windows color (decimal): -3626306 or 12495560. OLE color: 12495560.

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

Color convert

RGB200170190-
CMYK00.150.050.22
HSL320º21.43%72.55%-
HSV(B)320º15%78.43%-
XYZ47.4944.7554.85-
YUV181.25132.94141.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=35.71%
G=30.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017019000.150.050.2232021.4372.55
HexC8AABE0F5161401549
Octal31025227601752650025111
Binary1100100010101010101111100111110110110101000000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AABE; }

 p { color: rgb(200,170,190); }

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

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

 a { background-color: rgb(200,170,190); }

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

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

 span { border-color: rgb(200,170,190); }

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