#C7ADBF

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

Shades of Maverick #C7ADBF

Tints of Maverick #C7ADBF

Color information

#C7ADBF (or 0xC7ADBF) is unknown color: approx Maverick. HEX triplet: C7, AD and BF. RGB value is (199,173,191). Sum of RGB (Red+Green+Blue) = 199+173+191=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADBF is #385240. Grayscale: #B6B6B6. Windows color (decimal): -3691073 or 12561863. OLE color: 12561863.

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

Color convert

RGB199173191-
CMYK00.130.040.22
HSL318.46º18.84%72.94%-
HSV(B)318.46º13.07%78.04%-
XYZ47.945.7955.6-
YUV182.83132.61139.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.35%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 191 (75% from 255) = 33.93%
R=35.35%
G=30.73%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917319100.130.040.22318.4618.8472.94
HexC7ADBF0D41613e1349
Octal30725527701542647623111
Binary1100011110101101101111110110110010110100111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADBF; }

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

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

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

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

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

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

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

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