#C0ACBD

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

Shades of Maverick #C0ACBD

Tints of Maverick #C0ACBD

Color information

#C0ACBD (or 0xC0ACBD) is unknown color: approx Maverick. HEX triplet: C0, AC and BD. RGB value is (192,172,189). Sum of RGB (Red+Green+Blue) = 192+172+189=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBD is #3F5342. Grayscale: #B3B3B3. Windows color (decimal): -4150083 or 12430528. OLE color: 12430528.

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

Color convert

RGB192172189-
CMYK00.100.020.25
HSL309º13.7%71.37%-
HSV(B)309º10.42%75.29%-
XYZ45.6844.3954.3-
YUV179.92133.13136.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=34.72%
G=31.10%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217218900.100.020.2530913.771.37
HexC0ACBD0A219135e47
Octal30025427501223146516107
Binary11000000101011001011110101010101100110011010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACBD; }

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

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

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

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

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

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

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

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