Html Css Color HEX #C6ADC0 Maverick

📋 copy color: '#C6ADC0'

red 198 ◦ green 173 ◦ blue 192

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

Shades of Maverick #C6ADC0

Tints of Maverick #C6ADC0

RGB

 RED value IS 198 (77.73% from 255) = 35.17%

 GREEN value IS 173 (67.97% from 255) = 30.73%

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 35.17%
G = 30.73%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C6ADC0 (or 0xC6ADC0) is known color: Maverick. HEX triplet: C6, AD and C0. RGB value is (198,173,192). Sum of RGB (Red+Green+Blue) = 198+173+192=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADC0 is #39523F. Grayscale: #B6B6B6. Windows color (decimal): -3756608 or 12627398. OLE color: 12627398.

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

Color convert

RGB 198 173 192 -
CMYK 0 0.13 0.03 0.22
HSL 314.4º 0.18% 0.73% -
HSV(B) 314.4º 0.13% 0.78% -
XYZ 47.75 45.7 56.17 -
YUV 182.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 198 173 192 0 0.13 0.03 0.22 314.4 0.18 0.73
Hex C6 AD C0 0 D 3 16 13A 12 49
Octal 306 255 300 0 15 3 26 472 22 111
Binary 11000110 10101101 11000000 0 1101 11 10110 100111010 10010 1001001

Color Harmonies of #C6ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADC0

Black with #C6ADC0

Text Example


Text Example

White with #C6ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADC0; }

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

 H1.HeaderClassName
 {
   color: #C6ADC0;
 }
 .AnyTagClassName
 {
   color: #C6ADC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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