#C7AFBB

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

Shades of Maverick #C7AFBB

Tints of Maverick #C7AFBB

Color information

#C7AFBB (or 0xC7AFBB) is unknown color: approx Maverick. HEX triplet: C7, AF and BB. RGB value is (199,175,187). Sum of RGB (Red+Green+Blue) = 199+175+187=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFBB is #385044. Grayscale: #B7B7B7. Windows color (decimal): -3690565 or 12300231. OLE color: 12300231.

HSL color Cylindrical-coordinate representation of color #C7AFBB: hue angle of 330º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7AFBB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB199175187-
CMYK00.120.060.22
HSL330º17.65%73.33%-
HSV(B)330º12.06%78.04%-
XYZ47.8546.3953.45-
YUV183.54129.95139.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.47%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=35.47%
G=31.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917518700.120.060.2233017.6573.33
HexC7AFBB0C61614a1249
Octal30725727301462651222111
Binary1100011110101111101110110110011010110101001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFBB; }

 p { color: rgb(199,175,187); }

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

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

 a { background-color: rgb(199,175,187); }

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

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

 span { border-color: rgb(199,175,187); }

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