#C4ABBB

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

Shades of Maverick #C4ABBB

Tints of Maverick #C4ABBB

Color information

#C4ABBB (or 0xC4ABBB) is unknown color: approx Maverick. HEX triplet: C4, AB and BB. RGB value is (196,171,187). Sum of RGB (Red+Green+Blue) = 196+171+187=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABBB is #3B5444. Grayscale: #B4B4B4. Windows color (decimal): -3888197 or 12299204. OLE color: 12299204.

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

Color convert

RGB196171187-
CMYK00.130.050.23
HSL321.6º17.48%71.96%-
HSV(B)321.6º12.76%76.86%-
XYZ46.344.4553.15-
YUV180.3131.78139.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=35.38%
G=30.87%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617118700.130.050.23321.617.4871.96
HexC4ABBB0D5171421148
Octal30425327301552750221110
Binary1100010010101011101110110110110110111101000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABBB; }

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

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

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

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

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

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

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

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