#C4AEC0

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

Shades of Maverick #C4AEC0

Tints of Maverick #C4AEC0

Color information

#C4AEC0 (or 0xC4AEC0) is unknown color: approx Maverick. HEX triplet: C4, AE and C0. RGB value is (196,174,192). Sum of RGB (Red+Green+Blue) = 196+174+192=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEC0 is #3B513F. Grayscale: #B6B6B6. Windows color (decimal): -3887424 or 12627652. OLE color: 12627652.

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

Color convert

RGB196174192-
CMYK00.110.020.23
HSL310.91º15.71%72.55%-
HSV(B)310.91º11.22%76.86%-
XYZ47.4245.8156.21-
YUV182.63133.29137.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=34.88%
G=30.96%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617419200.110.020.23310.9115.7172.55
HexC4AEC00B2171371049
Octal30425630001322746720111
Binary110001001010111011000000010111010111100110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEC0; }

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

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

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

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

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

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

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

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