#C6ADBF

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

Shades of Maverick #C6ADBF

Tints of Maverick #C6ADBF

Color information

#C6ADBF (or 0xC6ADBF) is unknown color: approx Maverick. HEX triplet: C6, AD and BF. RGB value is (198,173,191). Sum of RGB (Red+Green+Blue) = 198+173+191=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADBF is #395240. Grayscale: #B6B6B6. Windows color (decimal): -3756609 or 12561862. OLE color: 12561862.

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

Color convert

RGB198173191-
CMYK00.130.040.22
HSL316.8º17.99%72.75%-
HSV(B)316.8º12.63%77.65%-
XYZ47.6445.6555.59-
YUV182.53132.78139.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 191 (75% from 255) = 33.99%
R=35.23%
G=30.78%
B=33.99%

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
Decimal19817319100.130.040.22316.817.9972.75
HexC6ADBF0D41613d1249
Octal30625527701542647522111
Binary1100011010101101101111110110110010110100111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADBF; }

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

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

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

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

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

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

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

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