#C5ABBF

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

Shades of Maverick #C5ABBF

Tints of Maverick #C5ABBF

Color information

#C5ABBF (or 0xC5ABBF) is unknown color: approx Maverick. HEX triplet: C5, AB and BF. RGB value is (197,171,191). Sum of RGB (Red+Green+Blue) = 197+171+191=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABBF is #3A5440. Grayscale: #B5B5B5. Windows color (decimal): -3822657 or 12561349. OLE color: 12561349.

HSL color Cylindrical-coordinate representation of color #C5ABBF: hue angle of 313.85º 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 #C5ABBF is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197171191-
CMYK00.130.030.23
HSL313.85º18.31%72.16%-
HSV(B)313.85º13.2%77.25%-
XYZ46.9944.7655.45-
YUV181.05133.61139.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 191 (75% from 255) = 34.17%
R=35.24%
G=30.59%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717119100.130.030.23313.8518.3172.16
HexC5ABBF0D31713a1248
Octal30525327701532747222110
Binary110001011010101110111111011011110111100111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABBF; }

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

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

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

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

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

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

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

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