#C5AFB8

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

Shades of Maverick #C5AFB8

Tints of Maverick #C5AFB8

Color information

#C5AFB8 (or 0xC5AFB8) is unknown color: approx Maverick. HEX triplet: C5, AF and B8. RGB value is (197,175,184). Sum of RGB (Red+Green+Blue) = 197+175+184=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFB8 is #3A5047. Grayscale: #B6B6B6. Windows color (decimal): -3821640 or 12103621. OLE color: 12103621.

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

Color convert

RGB197175184-
CMYK00.110.070.23
HSL335.45º15.94%72.94%-
HSV(B)335.45º11.17%77.25%-
XYZ47.0145.9951.75-
YUV182.6128.79138.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=35.43%
G=31.47%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717518400.110.070.23335.4515.9472.94
HexC5AFB80B71714f1049
Octal30525727001372751720111
Binary1100010110101111101110000101111110111101001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFB8; }

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

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

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

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

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

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

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

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