#C7AFBE

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

Shades of Maverick #C7AFBE

Tints of Maverick #C7AFBE

Color information

#C7AFBE (or 0xC7AFBE) is unknown color: approx Maverick. HEX triplet: C7, AF and BE. RGB value is (199,175,190). Sum of RGB (Red+Green+Blue) = 199+175+190=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFBE is #385041. Grayscale: #B7B7B7. Windows color (decimal): -3690562 or 12496839. OLE color: 12496839.

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

Color convert

RGB199175190-
CMYK00.120.050.22
HSL322.5º17.65%73.33%-
HSV(B)322.5º12.06%78.04%-
XYZ48.1846.5255.16-
YUV183.89131.45138.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.28%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=35.28%
G=31.03%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917519000.120.050.22322.517.6573.33
HexC7AFBE0C5161421249
Octal30725727601452650222111
Binary1100011110101111101111100110010110110101000010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFBE; }

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

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

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

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

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

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

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

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