#C8ABBA

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

Shades of Maverick #C8ABBA

Tints of Maverick #C8ABBA

Color information

#C8ABBA (or 0xC8ABBA) is unknown color: approx Maverick. HEX triplet: C8, AB and BA. RGB value is (200,171,186). Sum of RGB (Red+Green+Blue) = 200+171+186=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABBA is #375445. Grayscale: #B5B5B5. Windows color (decimal): -3626054 or 12233672. OLE color: 12233672.

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

Color convert

RGB200171186-
CMYK00.140.070.22
HSL328.97º20.86%72.75%-
HSV(B)328.97º14.5%78.43%-
XYZ47.2544.9552.64-
YUV181.38130.61141.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=35.91%
G=30.70%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017118600.140.070.22328.9720.8672.75
HexC8ABBA0E7161491549
Octal31025327201672651125111
Binary1100100010101011101110100111011110110101001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABBA; }

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

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

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

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

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

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

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

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