#C6ADBE

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

Shades of Maverick #C6ADBE

Tints of Maverick #C6ADBE

Color information

#C6ADBE (or 0xC6ADBE) is unknown color: approx Maverick. HEX triplet: C6, AD and BE. RGB value is (198,173,190). Sum of RGB (Red+Green+Blue) = 198+173+190=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADBE is #395241. Grayscale: #B6B6B6. Windows color (decimal): -3756610 or 12496326. OLE color: 12496326.

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

Color convert

RGB198173190-
CMYK00.130.040.22
HSL319.2º17.99%72.75%-
HSV(B)319.2º12.63%77.65%-
XYZ47.5345.6155.01-
YUV182.41132.28139.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=35.29%
G=30.84%
B=33.87%

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
Decimal19817319000.130.040.22319.217.9972.75
HexC6ADBE0D41613f1249
Octal30625527601542647722111
Binary1100011010101101101111100110110010110100111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADBE; }

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

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

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

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

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

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

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

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