Html Css Color HEX #C9AABF Maverick

📋 copy color: '#C9AABF'

red 201 ◦ green 170 ◦ blue 191

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

Shades of Maverick #C9AABF

Tints of Maverick #C9AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.25%

 BLUE value IS 191 (75% from 255) = 33.99%

R = 35.77%
G = 30.25%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9AABF (or 0xC9AABF) is known color: Maverick. HEX triplet: C9, AA and BF. RGB value is (201,170,191). Sum of RGB (Red+Green+Blue) = 201+170+191=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AABF is #365540. Grayscale: #B5B5B5. Windows color (decimal): -3560769 or 12561097. OLE color: 12561097.

HSL color Cylindrical-coordinate representation of color #C9AABF: hue angle of 319.35º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9AABF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 170 191 -
CMYK 0 0.15 0.05 0.21
HSL 319.35º 0.22% 0.73% -
HSV(B) 319.35º 0.15% 0.79% -
XYZ 47.87 44.93 55.44 -
YUV 181.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 201 170 191 0 0.15 0.05 0.21 319.35 0.22 0.73
Hex C9 AA BF 0 F 5 15 13F 16 49
Octal 311 252 277 0 17 5 25 477 26 111
Binary 11001001 10101010 10111111 0 1111 101 10101 100111111 10110 1001001

Color Harmonies of #C9AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AABF

Black with #C9AABF

Text Example


Text Example

White with #C9AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AABF; }

 p { color: rgb(201,170,191); }

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

background-color css

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

 a { background-color: rgb(201,170,191); }

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

border-color css

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

 span { border-color: rgb(201,170,191); }

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