Html Css Color HEX #C9A3C0 Maverick

📋 copy color: '#C9A3C0'

red 201 ◦ green 163 ◦ blue 192

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

Shades of Maverick #C9A3C0

Tints of Maverick #C9A3C0

RGB

 RED value IS 201 (78.91% from 255) = 36.15%

 GREEN value IS 163 (64.06% from 255) = 29.32%

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

R = 36.15%
G = 29.32%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C9A3C0 (or 0xC9A3C0) is known color: Maverick. HEX triplet: C9, A3 and C0. RGB value is (201,163,192). Sum of RGB (Red+Green+Blue) = 201+163+192=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3C0 is #365C3F. Grayscale: #B1B1B1. Windows color (decimal): -3562560 or 12624841. OLE color: 12624841.

HSL color Cylindrical-coordinate representation of color #C9A3C0: hue angle of 314.21º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A3C0 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 192 -
CMYK 0 0.19 0.04 0.21
HSL 314.21º 0.26% 0.71% -
HSV(B) 314.21º 0.19% 0.79% -
XYZ 46.7 42.42 55.6 -
YUV 177.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 201 163 192 0 0.19 0.04 0.21 314.21 0.26 0.71
Hex C9 A3 C0 0 13 4 15 13A 1A 47
Octal 311 243 300 0 23 4 25 472 32 107
Binary 11001001 10100011 11000000 0 10011 100 10101 100111010 11010 1000111

Color Harmonies of #C9A3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A3C0

Black with #C9A3C0

Text Example


Text Example

White with #C9A3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A3C0; }

 p { color: rgb(201,163,192); }

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

background-color css

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

 a { background-color: rgb(201,163,192); }

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

border-color css

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

 span { border-color: rgb(201,163,192); }

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