#C7ADBB

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

Shades of Maverick #C7ADBB

Tints of Maverick #C7ADBB

Color information

#C7ADBB (or 0xC7ADBB) is unknown color: approx Maverick. HEX triplet: C7, AD and BB. RGB value is (199,173,187). Sum of RGB (Red+Green+Blue) = 199+173+187=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADBB is #385244. Grayscale: #B6B6B6. Windows color (decimal): -3691077 or 12299719. OLE color: 12299719.

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

Color convert

RGB199173187-
CMYK00.130.060.22
HSL327.69º18.84%72.94%-
HSV(B)327.69º13.07%78.04%-
XYZ47.4745.6253.32-
YUV182.37130.61139.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=35.60%
G=30.95%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917318700.130.060.22327.6918.8472.94
HexC7ADBB0D6161481349
Octal30725527301562651023111
Binary1100011110101101101110110110111010110101001000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADBB; }

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

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

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

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

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

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

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

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