#C5AFBE

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

Shades of Maverick #C5AFBE

Tints of Maverick #C5AFBE

Color information

#C5AFBE (or 0xC5AFBE) is unknown color: approx Maverick. HEX triplet: C5, AF and BE. RGB value is (197,175,190). Sum of RGB (Red+Green+Blue) = 197+175+190=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBE is #3A5041. Grayscale: #B7B7B7. Windows color (decimal): -3821634 or 12496837. OLE color: 12496837.

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

Color convert

RGB197175190-
CMYK00.110.040.23
HSL319.09º15.94%72.94%-
HSV(B)319.09º11.17%77.25%-
XYZ47.6546.2555.13-
YUV183.29131.79137.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=35.05%
G=31.14%
B=33.81%

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
Decimal19717519000.110.040.23319.0915.9472.94
HexC5AFBE0B41713f1049
Octal30525727601342747720111
Binary1100010110101111101111100101110010111100111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFBE; }

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

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

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

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

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

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

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

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