#C4ABBC

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

Shades of Maverick #C4ABBC

Tints of Maverick #C4ABBC

Color information

#C4ABBC (or 0xC4ABBC) is unknown color: approx Maverick. HEX triplet: C4, AB and BC. RGB value is (196,171,188). Sum of RGB (Red+Green+Blue) = 196+171+188=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABBC is #3B5443. Grayscale: #B4B4B4. Windows color (decimal): -3888196 or 12364740. OLE color: 12364740.

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

Color convert

RGB196171188-
CMYK00.130.040.23
HSL319.2º17.48%71.96%-
HSV(B)319.2º12.76%76.86%-
XYZ46.444.4953.72-
YUV180.41132.28139.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=35.32%
G=30.81%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617118800.130.040.23319.217.4871.96
HexC4ABBC0D41713f1148
Octal30425327401542747721110
Binary1100010010101011101111000110110010111100111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABBC; }

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

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

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

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

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

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

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

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