#C2ACBB

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

Shades of Maverick #C2ACBB

Tints of Maverick #C2ACBB

Color information

#C2ACBB (or 0xC2ACBB) is unknown color: approx Maverick. HEX triplet: C2, AC and BB. RGB value is (194,172,187). Sum of RGB (Red+Green+Blue) = 194+172+187=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACBB is #3D5344. Grayscale: #B4B4B4. Windows color (decimal): -4019013 or 12299458. OLE color: 12299458.

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

Color convert

RGB194172187-
CMYK00.110.040.24
HSL319.09º15.28%71.76%-
HSV(B)319.09º11.34%76.08%-
XYZ45.9744.5653.19-
YUV180.29131.79137.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=35.08%
G=31.10%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417218700.110.040.24319.0915.2871.76
HexC2ACBB0B41813ff48
Octal30225427301343047717110
Binary110000101010110010111011010111001100010011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACBB; }

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

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

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

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

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

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

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

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