#C5ACBD

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

Shades of Maverick #C5ACBD

Tints of Maverick #C5ACBD

Color information

#C5ACBD (or 0xC5ACBD) is unknown color: approx Maverick. HEX triplet: C5, AC and BD. RGB value is (197,172,189). Sum of RGB (Red+Green+Blue) = 197+172+189=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACBD is #3A5342. Grayscale: #B5B5B5. Windows color (decimal): -3822403 or 12430533. OLE color: 12430533.

HSL color Cylindrical-coordinate representation of color #C5ACBD: hue angle of 319.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ACBD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197172189-
CMYK00.130.040.23
HSL319.2º17.73%72.35%-
HSV(B)319.2º12.69%77.25%-
XYZ46.9645.0554.36-
YUV181.41132.28139.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=35.30%
G=30.82%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717218900.130.040.23319.217.7372.35
HexC5ACBD0D41713f1248
Octal30525427501542747722110
Binary1100010110101100101111010110110010111100111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACBD; }

 p { color: rgb(197,172,189); }

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

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

 a { background-color: rgb(197,172,189); }

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

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

 span { border-color: rgb(197,172,189); }

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