#C4AEB8

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

Shades of Maverick #C4AEB8

Tints of Maverick #C4AEB8

Color information

#C4AEB8 (or 0xC4AEB8) is unknown color: approx Maverick. HEX triplet: C4, AE and B8. RGB value is (196,174,184). Sum of RGB (Red+Green+Blue) = 196+174+184=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEB8 is #3B5147. Grayscale: #B5B5B5. Windows color (decimal): -3887432 or 12103364. OLE color: 12103364.

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

Color convert

RGB196174184-
CMYK00.110.060.23
HSL332.73º15.71%72.55%-
HSV(B)332.73º11.22%76.86%-
XYZ46.5545.4751.67-
YUV181.72129.29138.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 184 (72.27% from 255) = 33.21%
R=35.38%
G=31.41%
B=33.21%

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
Decimal19617418400.110.060.23332.7315.7172.55
HexC4AEB80B61714d1049
Octal30425627001362751520111
Binary1100010010101110101110000101111010111101001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEB8; }

 p { color: rgb(196,174,184); }

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

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

 a { background-color: rgb(196,174,184); }

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

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

 span { border-color: rgb(196,174,184); }

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