#C7ABBF

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

Shades of Maverick #C7ABBF

Tints of Maverick #C7ABBF

Color information

#C7ABBF (or 0xC7ABBF) is unknown color: approx Maverick. HEX triplet: C7, AB and BF. RGB value is (199,171,191). Sum of RGB (Red+Green+Blue) = 199+171+191=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABBF is #385440. Grayscale: #B5B5B5. Windows color (decimal): -3691585 or 12561351. OLE color: 12561351.

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

Color convert

RGB199171191-
CMYK00.140.040.22
HSL317.14º20%72.55%-
HSV(B)317.14º14.07%78.04%-
XYZ47.5245.0355.48-
YUV181.65133.28140.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.47%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 191 (75% from 255) = 34.05%
R=35.47%
G=30.48%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917119100.140.040.22317.142072.55
HexC7ABBF0E41613d1449
Octal30725327701642647524111
Binary1100011110101011101111110111010010110100111101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABBF; }

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

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

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

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

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

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

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

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