#C5AFBA

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

Shades of Maverick #C5AFBA

Tints of Maverick #C5AFBA

Color information

#C5AFBA (or 0xC5AFBA) is unknown color: approx Maverick. HEX triplet: C5, AF and BA. RGB value is (197,175,186). Sum of RGB (Red+Green+Blue) = 197+175+186=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBA is #3A5045. Grayscale: #B6B6B6. Windows color (decimal): -3821638 or 12234693. OLE color: 12234693.

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

Color convert

RGB197175186-
CMYK00.110.060.23
HSL330º15.94%72.94%-
HSV(B)330º11.17%77.25%-
XYZ47.2246.0852.86-
YUV182.83129.79138.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=35.30%
G=31.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717518600.110.060.2333015.9472.94
HexC5AFBA0B61714a1049
Octal30525727201362751220111
Binary1100010110101111101110100101111010111101001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFBA; }

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

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

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

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

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

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

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

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