Html Css Color HEX #C5ADC0 Maverick

📋 copy color: '#C5ADC0'

red 197 ◦ green 173 ◦ blue 192

#C5ADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C5ADC0

Tints of Maverick #C5ADC0

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 value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5ADC0 (or 0xC5ADC0) is known color: 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

RGB 197 173 192 -
CMYK 0 0.12 0.03 0.23
HSL 312.5º 0.17% 0.73% -
HSV(B) 312.5º 0.12% 0.77% -
XYZ 47.48 45.56 56.16 -
YUV 182.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 197 173 192 0 0.12 0.03 0.23 312.5 0.17 0.73
Hex C5 AD C0 0 C 3 17 138 11 49
Octal 305 255 300 0 14 3 27 470 21 111
Binary 11000101 10101101 11000000 0 1100 11 10111 100111000 10001 1001001

Color Harmonies of #C5ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADC0

Black with #C5ADC0

Text Example


Text Example

White with #C5ADC0

Text Example


Text Example

HTML Codes & Css Web 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>