#C0ABBB

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

Shades of Maverick #C0ABBB

Tints of Maverick #C0ABBB

Color information

#C0ABBB (or 0xC0ABBB) is unknown color: approx Maverick. HEX triplet: C0, AB and BB. RGB value is (192,171,187). Sum of RGB (Red+Green+Blue) = 192+171+187=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBB is #3F5444. Grayscale: #B3B3B3. Windows color (decimal): -4150341 or 12299200. OLE color: 12299200.

HSL color Cylindrical-coordinate representation of color #C0ABBB: hue angle of 314.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABBB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192171187-
CMYK00.110.030.25
HSL314.29º14.29%71.18%-
HSV(B)314.29º10.94%75.29%-
XYZ45.2743.9253.11-
YUV179.1132.46137.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 187 (73.44% from 255) = 34%
R=34.91%
G=31.09%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217118700.110.030.25314.2914.2971.18
HexC0ABBB0B31913ae47
Octal30025327301333147216107
Binary11000000101010111011101101011111100110011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABBB; }

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

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

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

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

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

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

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

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