#C4AEBD

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

Shades of Maverick #C4AEBD

Tints of Maverick #C4AEBD

Color information

#C4AEBD (or 0xC4AEBD) is unknown color: approx Maverick. HEX triplet: C4, AE and BD. RGB value is (196,174,189). Sum of RGB (Red+Green+Blue) = 196+174+189=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEBD is #3B5142. Grayscale: #B6B6B6. Windows color (decimal): -3887427 or 12431044. OLE color: 12431044.

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

Color convert

RGB196174189-
CMYK00.110.040.23
HSL319.09º15.71%72.55%-
HSV(B)319.09º11.22%76.86%-
XYZ47.0945.6854.48-
YUV182.29131.79137.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=35.06%
G=31.13%
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
Decimal19617418900.110.040.23319.0915.7172.55
HexC4AEBD0B41713f1049
Octal30425627501342747720111
Binary1100010010101110101111010101110010111100111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEBD; }

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

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

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

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

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

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

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

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