#C4A5BE

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

Shades of Maverick #C4A5BE

Tints of Maverick #C4A5BE

Color information

#C4A5BE (or 0xC4A5BE) is unknown color: approx Maverick. HEX triplet: C4, A5 and BE. RGB value is (196,165,190). Sum of RGB (Red+Green+Blue) = 196+165+190=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A5BE is #3B5A41. Grayscale: #B1B1B1. Windows color (decimal): -3889730 or 12494276. OLE color: 12494276.

HSL color Cylindrical-coordinate representation of color #C4A5BE: hue angle of 311.61º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4A5BE is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196165190-
CMYK00.160.030.23
HSL311.61º20.81%70.78%-
HSV(B)311.61º15.82%76.86%-
XYZ45.5142.3654.49-
YUV177.12135.27141.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.57%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=35.57%
G=29.95%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616519000.160.030.23311.6120.8170.78
HexC4A5BE0103171381547
Octal30424527602032747025107
Binary1100010010100101101111100100001110111100111000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A5BE; }

 p { color: rgb(196,165,190); }

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

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

 a { background-color: rgb(196,165,190); }

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

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

 span { border-color: rgb(196,165,190); }

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