#C0ABBD

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

Shades of Maverick #C0ABBD

Tints of Maverick #C0ABBD

Color information

#C0ABBD (or 0xC0ABBD) is unknown color: approx Maverick. HEX triplet: C0, AB and BD. RGB value is (192,171,189). Sum of RGB (Red+Green+Blue) = 192+171+189=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBD is #3F5442. Grayscale: #B3B3B3. Windows color (decimal): -4150339 or 12430272. OLE color: 12430272.

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

Color convert

RGB192171189-
CMYK00.110.020.25
HSL308.57º14.29%71.18%-
HSV(B)308.57º10.94%75.29%-
XYZ45.4944.0154.24-
YUV179.33133.46137.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=34.78%
G=30.98%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217118900.110.020.25308.5714.2971.18
HexC0ABBD0B219135e47
Octal30025327501323146516107
Binary11000000101010111011110101011101100110011010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABBD; }

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

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

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

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

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

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

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

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