#C5ADC1

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

Shades of Maverick #C5ADC1

Tints of Maverick #C5ADC1

Color information

#C5ADC1 (or 0xC5ADC1) is unknown color: approx Maverick. HEX triplet: C5, AD and C1. RGB value is (197,173,193). Sum of RGB (Red+Green+Blue) = 197+173+193=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADC1 is #3A523E. Grayscale: #B6B6B6. Windows color (decimal): -3822143 or 12692933. OLE color: 12692933.

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

Color convert

RGB197173193-
CMYK00.120.020.23
HSL310º17.14%72.55%-
HSV(B)310º12.18%77.25%-
XYZ47.645.6156.75-
YUV182.46133.95138.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=34.99%
G=30.73%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717319300.120.020.2331017.1472.55
HexC5ADC10C2171361149
Octal30525530101422746621111
Binary110001011010110111000001011001010111100110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADC1; }

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

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

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

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

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

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

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

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