#C8ABBE

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

Shades of Maverick #C8ABBE

Tints of Maverick #C8ABBE

Color information

#C8ABBE (or 0xC8ABBE) is unknown color: approx Maverick. HEX triplet: C8, AB and BE. RGB value is (200,171,190). Sum of RGB (Red+Green+Blue) = 200+171+190=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABBE is #375441. Grayscale: #B5B5B5. Windows color (decimal): -3626050 or 12495816. OLE color: 12495816.

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

Color convert

RGB200171190-
CMYK00.140.050.22
HSL320.69º20.86%72.75%-
HSV(B)320.69º14.5%78.43%-
XYZ47.6845.1254.91-
YUV181.84132.61140.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=35.65%
G=30.48%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017119000.140.050.22320.6920.8672.75
HexC8ABBE0E5161411549
Octal31025327601652650125111
Binary1100100010101011101111100111010110110101000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABBE; }

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

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

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

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

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

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

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

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