#C5ADC0

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

Shades of Maverick #C5ADC0

Tints of Maverick #C5ADC0

Color information

#C5ADC0 (or 0xC5ADC0) is unknown color: approx Maverick. HEX triplet: C5, AD and C0. RGB value is (197,173,192). Sum of RGB (Red+Green+Blue) = 197+173+192=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADC0 is #3A523F. Grayscale: #B6B6B6. Windows color (decimal): -3822144 or 12627397. OLE color: 12627397.

HSL color Cylindrical-coordinate representation of color #C5ADC0: hue angle of 312.5º 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 #C5ADC0 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197173192-
CMYK00.120.030.23
HSL312.5º17.14%72.55%-
HSV(B)312.5º12.18%77.25%-
XYZ47.4845.5656.16-
YUV182.34133.45138.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=35.05%
G=30.78%
B=34.16%

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
Decimal19717319200.120.030.23312.517.1472.55
HexC5ADC00C3171381149
Octal30525530001432747021111
Binary110001011010110111000000011001110111100111000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADC0; }

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

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

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

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

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

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

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

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