#C5A9BE

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

Shades of Maverick #C5A9BE

Tints of Maverick #C5A9BE

Color information

#C5A9BE (or 0xC5A9BE) is unknown color: approx Maverick. HEX triplet: C5, A9 and BE. RGB value is (197,169,190). Sum of RGB (Red+Green+Blue) = 197+169+190=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9BE is #3A5641. Grayscale: #B3B3B3. Windows color (decimal): -3823170 or 12495301. OLE color: 12495301.

HSL color Cylindrical-coordinate representation of color #C5A9BE: hue angle of 315º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5A9BE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197169190-
CMYK00.140.040.23
HSL315º19.44%71.76%-
HSV(B)315º14.21%77.25%-
XYZ46.5143.9654.75-
YUV179.77133.78140.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=35.43%
G=30.40%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716919000.140.040.2331519.4471.76
HexC5A9BE0E41713b1348
Octal30525127601642747323110
Binary1100010110101001101111100111010010111100111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9BE; }

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

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

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

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

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

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

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

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