#C7ADBA

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

Shades of Maverick #C7ADBA

Tints of Maverick #C7ADBA

Color information

#C7ADBA (or 0xC7ADBA) is unknown color: approx Maverick. HEX triplet: C7, AD and BA. RGB value is (199,173,186). Sum of RGB (Red+Green+Blue) = 199+173+186=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADBA is #385245. Grayscale: #B6B6B6. Windows color (decimal): -3691078 or 12234183. OLE color: 12234183.

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

Color convert

RGB199173186-
CMYK00.130.070.22
HSL330º18.84%72.94%-
HSV(B)330º13.07%78.04%-
XYZ47.3645.5752.75-
YUV182.26130.11139.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.66%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=35.66%
G=31.00%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917318600.130.070.2233018.8472.94
HexC7ADBA0D71614a1349
Octal30725527201572651223111
Binary1100011110101101101110100110111110110101001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADBA; }

 p { color: rgb(199,173,186); }

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

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

 a { background-color: rgb(199,173,186); }

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

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

 span { border-color: rgb(199,173,186); }

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