#C4ABC0

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

Shades of Maverick #C4ABC0

Tints of Maverick #C4ABC0

Color information

#C4ABC0 (or 0xC4ABC0) is unknown color: approx Maverick. HEX triplet: C4, AB and C0. RGB value is (196,171,192). Sum of RGB (Red+Green+Blue) = 196+171+192=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABC0 is #3B543F. Grayscale: #B4B4B4. Windows color (decimal): -3888192 or 12626884. OLE color: 12626884.

HSL color Cylindrical-coordinate representation of color #C4ABC0: hue angle of 309.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABC0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196171192-
CMYK00.130.020.23
HSL309.6º17.48%71.96%-
HSV(B)309.6º12.76%76.86%-
XYZ46.8444.6756.02-
YUV180.87134.28138.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=35.06%
G=30.59%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617119200.130.020.23309.617.4871.96
HexC4ABC00D2171361148
Octal30425330001522746621110
Binary110001001010101111000000011011010111100110110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABC0; }

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

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

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

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

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

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

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

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