#C4AFBF

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

Shades of Maverick #C4AFBF

Tints of Maverick #C4AFBF

Color information

#C4AFBF (or 0xC4AFBF) is unknown color: approx Maverick. HEX triplet: C4, AF and BF. RGB value is (196,175,191). Sum of RGB (Red+Green+Blue) = 196+175+191=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFBF is #3B5040. Grayscale: #B7B7B7. Windows color (decimal): -3887169 or 12562372. OLE color: 12562372.

HSL color Cylindrical-coordinate representation of color #C4AFBF: hue angle of 314.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AFBF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196175191-
CMYK00.110.030.23
HSL314.29º15.11%72.75%-
HSV(B)314.29º10.71%76.86%-
XYZ47.546.1655.7-
YUV183.1132.46137.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 191 (75% from 255) = 33.99%
R=34.88%
G=31.14%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617519100.110.030.23314.2915.1172.75
HexC4AFBF0B31713af49
Octal30425727701332747217111
Binary11000100101011111011111101011111011110011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFBF; }

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

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

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

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

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

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

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

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