Html Css Color HEX #C9AABB Maverick

📋 copy color: '#C9AABB'

red 201 ◦ green 170 ◦ blue 187

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

Shades of Maverick #C9AABB

Tints of Maverick #C9AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 36.02%
G = 30.47%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9AABB (or 0xC9AABB) is known color: Maverick. HEX triplet: C9, AA and BB. RGB value is (201,170,187). Sum of RGB (Red+Green+Blue) = 201+170+187=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AABB is #365544. Grayscale: #B5B5B5. Windows color (decimal): -3560773 or 12298953. OLE color: 12298953.

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

Color convert

RGB 201 170 187 -
CMYK 0 0.15 0.07 0.21
HSL 327.1º 0.22% 0.73% -
HSV(B) 327.1º 0.15% 0.79% -
XYZ 47.43 44.75 53.15 -
YUV 181.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 201 170 187 0 0.15 0.07 0.21 327.1 0.22 0.73
Hex C9 AA BB 0 F 7 15 147 16 49
Octal 311 252 273 0 17 7 25 507 26 111
Binary 11001001 10101010 10111011 0 1111 111 10101 101000111 10110 1001001

Color Harmonies of #C9AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AABB

Black with #C9AABB

Text Example


Text Example

White with #C9AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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