#C1ACB8

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

Shades of Maverick #C1ACB8

Tints of Maverick #C1ACB8

Color information

#C1ACB8 (or 0xC1ACB8) is unknown color: approx Maverick. HEX triplet: C1, AC and B8. RGB value is (193,172,184). Sum of RGB (Red+Green+Blue) = 193+172+184=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACB8 is #3E5347. Grayscale: #B3B3B3. Windows color (decimal): -4084552 or 12102849. OLE color: 12102849.

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

Color convert

RGB193172184-
CMYK00.110.050.24
HSL325.71º14.48%71.57%-
HSV(B)325.71º10.88%75.69%-
XYZ45.444.351.51-
YUV179.65130.46137.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=35.15%
G=31.33%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317218400.110.050.24325.7114.4871.57
HexC1ACB80B518146e48
Octal30125427001353050616110
Binary110000011010110010111000010111011100010100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACB8; }

 p { color: rgb(193,172,184); }

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

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

 a { background-color: rgb(193,172,184); }

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

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

 span { border-color: rgb(193,172,184); }

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