#C4A5BD

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

Shades of Maverick #C4A5BD

Tints of Maverick #C4A5BD

Color information

#C4A5BD (or 0xC4A5BD) is unknown color: approx Maverick. HEX triplet: C4, A5 and BD. RGB value is (196,165,189). Sum of RGB (Red+Green+Blue) = 196+165+189=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A5BD is #3B5A42. Grayscale: #B0B0B0. Windows color (decimal): -3889731 or 12428740. OLE color: 12428740.

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

Color convert

RGB196165189-
CMYK00.160.040.23
HSL313.55º20.81%70.78%-
HSV(B)313.55º15.82%76.86%-
XYZ45.4142.3253.92-
YUV177134.77141.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 165 (64.84% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=35.64%
G=30%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616518900.160.040.23313.5520.8170.78
HexC4A5BD01041713a1547
Octal30424527502042747225107
Binary11000100101001011011110101000010010111100111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A5BD; }

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

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

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

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

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

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

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

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