#C2ACBE

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

Shades of Maverick #C2ACBE

Tints of Maverick #C2ACBE

Color information

#C2ACBE (or 0xC2ACBE) is unknown color: approx Maverick. HEX triplet: C2, AC and BE. RGB value is (194,172,190). Sum of RGB (Red+Green+Blue) = 194+172+190=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACBE is #3D5341. Grayscale: #B4B4B4. Windows color (decimal): -4019010 or 12496066. OLE color: 12496066.

HSL color Cylindrical-coordinate representation of color #C2ACBE: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ACBE is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194172190-
CMYK00.110.020.24
HSL310.91º15.28%71.76%-
HSV(B)310.91º11.34%76.08%-
XYZ46.2944.6954.9-
YUV180.63133.29137.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=34.89%
G=30.94%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417219000.110.020.24310.9115.2871.76
HexC2ACBE0B218137f48
Octal30225427601323046717110
Binary11000010101011001011111001011101100010011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACBE; }

 p { color: rgb(194,172,190); }

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

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

 a { background-color: rgb(194,172,190); }

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

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

 span { border-color: rgb(194,172,190); }

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