Html Css Color HEX #C9AABD Maverick

📋 copy color: '#C9AABD'

red 201 ◦ green 170 ◦ blue 189

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

Shades of Maverick #C9AABD

Tints of Maverick #C9AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.75%

R = 35.89%
G = 30.36%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9AABD (or 0xC9AABD) is known color: Maverick. HEX triplet: C9, AA and BD. RGB value is (201,170,189). Sum of RGB (Red+Green+Blue) = 201+170+189=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AABD is #365542. Grayscale: #B5B5B5. Windows color (decimal): -3560771 or 12430025. OLE color: 12430025.

HSL color Cylindrical-coordinate representation of color #C9AABD: hue angle of 323.23º 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 #C9AABD is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 170 189 -
CMYK 0 0.15 0.06 0.21
HSL 323.23º 0.22% 0.73% -
HSV(B) 323.23º 0.15% 0.79% -
XYZ 47.65 44.84 54.29 -
YUV 181.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 201 170 189 0 0.15 0.06 0.21 323.23 0.22 0.73
Hex C9 AA BD 0 F 6 15 143 16 49
Octal 311 252 275 0 17 6 25 503 26 111
Binary 11001001 10101010 10111101 0 1111 110 10101 101000011 10110 1001001

Color Harmonies of #C9AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AABD

Black with #C9AABD

Text Example


Text Example

White with #C9AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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