Html Css Color HEX #C6ABC0 Maverick

📋 copy color: '#C6ABC0'

red 198 ◦ green 171 ◦ blue 192

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

Shades of Maverick #C6ABC0

Tints of Maverick #C6ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.48%

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

R = 35.29%
G = 30.48%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C6ABC0 (or 0xC6ABC0) is known color: Maverick. HEX triplet: C6, AB and C0. RGB value is (198,171,192). Sum of RGB (Red+Green+Blue) = 198+171+192=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABC0 is #39543F. Grayscale: #B5B5B5. Windows color (decimal): -3757120 or 12626886. OLE color: 12626886.

HSL color Cylindrical-coordinate representation of color #C6ABC0: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABC0 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 171 192 -
CMYK 0 0.14 0.03 0.22
HSL 313.33º 0.19% 0.72% -
HSV(B) 313.33º 0.14% 0.78% -
XYZ 47.37 44.94 56.05 -
YUV 181.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 198 171 192 0 0.14 0.03 0.22 313.33 0.19 0.72
Hex C6 AB C0 0 E 3 16 139 13 48
Octal 306 253 300 0 16 3 26 471 23 110
Binary 11000110 10101011 11000000 0 1110 11 10110 100111001 10011 1001000

Color Harmonies of #C6ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABC0

Black with #C6ABC0

Text Example


Text Example

White with #C6ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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