#C7AFBF

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

Shades of Maverick #C7AFBF

Tints of Maverick #C7AFBF

Color information

#C7AFBF (or 0xC7AFBF) is unknown color: approx Maverick. HEX triplet: C7, AF and BF. RGB value is (199,175,191). Sum of RGB (Red+Green+Blue) = 199+175+191=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFBF is #385040. Grayscale: #B7B7B7. Windows color (decimal): -3690561 or 12562375. OLE color: 12562375.

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

Color convert

RGB199175191-
CMYK00.120.040.22
HSL320º17.65%73.33%-
HSV(B)320º12.06%78.04%-
XYZ48.2946.5655.73-
YUV184131.95138.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.22%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 191 (75% from 255) = 33.81%
R=35.22%
G=30.97%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917519100.120.040.2232017.6573.33
HexC7AFBF0C4161401249
Octal30725727701442650022111
Binary1100011110101111101111110110010010110101000000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFBF; }

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

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

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

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

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

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

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

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