#C0ACBA

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

Shades of Maverick #C0ACBA

Tints of Maverick #C0ACBA

Color information

#C0ACBA (or 0xC0ACBA) is unknown color: approx Maverick. HEX triplet: C0, AC and BA. RGB value is (192,172,186). Sum of RGB (Red+Green+Blue) = 192+172+186=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBA is #3F5345. Grayscale: #B3B3B3. Windows color (decimal): -4150086 or 12233920. OLE color: 12233920.

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

Color convert

RGB192172186-
CMYK00.100.030.25
HSL318º13.7%71.37%-
HSV(B)318º10.42%75.29%-
XYZ45.3544.2652.61-
YUV179.58131.63136.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=34.91%
G=31.27%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217218600.100.030.2531813.771.37
HexC0ACBA0A31913ee47
Octal30025427201233147616107
Binary11000000101011001011101001010111100110011111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACBA; }

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

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

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

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

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

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

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

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