#C1ACBB

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

Shades of Maverick #C1ACBB

Tints of Maverick #C1ACBB

Color information

#C1ACBB (or 0xC1ACBB) is unknown color: approx Maverick. HEX triplet: C1, AC and BB. RGB value is (193,172,187). Sum of RGB (Red+Green+Blue) = 193+172+187=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACBB is #3E5344. Grayscale: #B3B3B3. Windows color (decimal): -4084549 or 12299457. OLE color: 12299457.

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

Color convert

RGB193172187-
CMYK00.110.030.24
HSL317.14º14.48%71.57%-
HSV(B)317.14º10.88%75.69%-
XYZ45.7144.4353.18-
YUV179.99131.96137.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=34.96%
G=31.16%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317218700.110.030.24317.1414.4871.57
HexC1ACBB0B31813de48
Octal30125427301333047516110
Binary11000001101011001011101101011111100010011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACBB; }

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

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

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

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

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

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

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

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