#C5ABBB

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

Shades of Maverick #C5ABBB

Tints of Maverick #C5ABBB

Color information

#C5ABBB (or 0xC5ABBB) is unknown color: approx Maverick. HEX triplet: C5, AB and BB. RGB value is (197,171,187). Sum of RGB (Red+Green+Blue) = 197+171+187=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABBB is #3A5444. Grayscale: #B4B4B4. Windows color (decimal): -3822661 or 12299205. OLE color: 12299205.

HSL color Cylindrical-coordinate representation of color #C5ABBB: hue angle of 323.08º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ABBB is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197171187-
CMYK00.130.050.23
HSL323.08º18.31%72.16%-
HSV(B)323.08º13.2%77.25%-
XYZ46.5644.5853.17-
YUV180.6131.61139.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.50%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=35.50%
G=30.81%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717118700.130.050.23323.0818.3172.16
HexC5ABBB0D5171431248
Octal30525327301552750322110
Binary1100010110101011101110110110110110111101000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABBB; }

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

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

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

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

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

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

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

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