#C5AFBD

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

Shades of Maverick #C5AFBD

Tints of Maverick #C5AFBD

Color information

#C5AFBD (or 0xC5AFBD) is unknown color: approx Maverick. HEX triplet: C5, AF and BD. RGB value is (197,175,189). Sum of RGB (Red+Green+Blue) = 197+175+189=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBD is #3A5042. Grayscale: #B7B7B7. Windows color (decimal): -3821635 or 12431301. OLE color: 12431301.

HSL color Cylindrical-coordinate representation of color #C5AFBD: hue angle of 321.82º degrees, saturation: 0.16, 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 #C5AFBD is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197175189-
CMYK00.110.040.23
HSL321.82º15.94%72.94%-
HSV(B)321.82º11.17%77.25%-
XYZ47.5446.254.56-
YUV183.17131.29137.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=35.12%
G=31.19%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717518900.110.040.23321.8215.9472.94
HexC5AFBD0B4171421049
Octal30525727501342750220111
Binary1100010110101111101111010101110010111101000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFBD; }

 p { color: rgb(197,175,189); }

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

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

 a { background-color: rgb(197,175,189); }

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

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

 span { border-color: rgb(197,175,189); }

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