#C8ABBB

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

Shades of Maverick #C8ABBB

Tints of Maverick #C8ABBB

Color information

#C8ABBB (or 0xC8ABBB) is unknown color: approx Maverick. HEX triplet: C8, AB and BB. RGB value is (200,171,187). Sum of RGB (Red+Green+Blue) = 200+171+187=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABBB is #375444. Grayscale: #B5B5B5. Windows color (decimal): -3626053 or 12299208. OLE color: 12299208.

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

Color convert

RGB200171187-
CMYK00.140.060.22
HSL326.9º20.86%72.75%-
HSV(B)326.9º14.5%78.43%-
XYZ47.3544.9953.2-
YUV181.5131.11141.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.84%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=35.84%
G=30.65%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017118700.140.060.22326.920.8672.75
HexC8ABBB0E6161471549
Octal31025327301662650725111
Binary1100100010101011101110110111011010110101000111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABBB; }

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

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

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

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

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

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

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

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