#C5ACBB

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

Shades of Maverick #C5ACBB

Tints of Maverick #C5ACBB

Color information

#C5ACBB (or 0xC5ACBB) is unknown color: approx Maverick. HEX triplet: C5, AC and BB. RGB value is (197,172,187). Sum of RGB (Red+Green+Blue) = 197+172+187=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACBB is #3A5344. Grayscale: #B5B5B5. Windows color (decimal): -3822405 or 12299461. OLE color: 12299461.

HSL color Cylindrical-coordinate representation of color #C5ACBB: hue angle of 324º 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 #C5ACBB is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197172187-
CMYK00.130.050.23
HSL324º17.73%72.35%-
HSV(B)324º12.69%77.25%-
XYZ46.7544.9653.23-
YUV181.18131.28139.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=35.43%
G=30.94%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717218700.130.050.2332417.7372.35
HexC5ACBB0D5171441248
Octal30525427301552750422110
Binary1100010110101100101110110110110110111101000100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACBB; }

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

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

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

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

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

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

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

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