#C7ACBE

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

Shades of Maverick #C7ACBE

Tints of Maverick #C7ACBE

Color information

#C7ACBE (or 0xC7ACBE) is unknown color: approx Maverick. HEX triplet: C7, AC and BE. RGB value is (199,172,190). Sum of RGB (Red+Green+Blue) = 199+172+190=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACBE is #385341. Grayscale: #B6B6B6. Windows color (decimal): -3691330 or 12496071. OLE color: 12496071.

HSL color Cylindrical-coordinate representation of color #C7ACBE: hue angle of 320º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ACBE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199172190-
CMYK00.140.050.22
HSL320º19.42%72.75%-
HSV(B)320º13.57%78.04%-
XYZ47.645.3654.96-
YUV182.12132.45140.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.47%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=35.47%
G=30.66%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917219000.140.050.2232019.4272.75
HexC7ACBE0E5161401349
Octal30725427601652650023111
Binary1100011110101100101111100111010110110101000000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACBE; }

 p { color: rgb(199,172,190); }

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

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

 a { background-color: rgb(199,172,190); }

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

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

 span { border-color: rgb(199,172,190); }

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