#C5ADBF

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

Shades of Maverick #C5ADBF

Tints of Maverick #C5ADBF

Color information

#C5ADBF (or 0xC5ADBF) is unknown color: approx Maverick. HEX triplet: C5, AD and BF. RGB value is (197,173,191). Sum of RGB (Red+Green+Blue) = 197+173+191=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADBF is #3A5240. Grayscale: #B6B6B6. Windows color (decimal): -3822145 or 12561861. OLE color: 12561861.

HSL color Cylindrical-coordinate representation of color #C5ADBF: hue angle of 315º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5ADBF is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197173191-
CMYK00.120.030.23
HSL315º17.14%72.55%-
HSV(B)315º12.18%77.25%-
XYZ47.3745.5255.58-
YUV182.23132.95138.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 191 (75% from 255) = 34.05%
R=35.12%
G=30.84%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717319100.120.030.2331517.1472.55
HexC5ADBF0C31713b1149
Octal30525527701432747321111
Binary110001011010110110111111011001110111100111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADBF; }

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

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

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

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

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

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

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

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