Html Css Color HEX #C9ACB9 Maverick

📋 copy color: '#C9ACB9'

red 201 ◦ green 172 ◦ blue 185

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

Shades of Maverick #C9ACB9

Tints of Maverick #C9ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.82%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 36.02%
G = 30.82%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9ACB9 (or 0xC9ACB9) is known color: Maverick. HEX triplet: C9, AC and B9. RGB value is (201,172,185). Sum of RGB (Red+Green+Blue) = 201+172+185=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACB9 is #365346. Grayscale: #B6B6B6. Windows color (decimal): -3560263 or 12168393. OLE color: 12168393.

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

Color convert

RGB 201 172 185 -
CMYK 0 0.14 0.08 0.21
HSL 333.1º 0.21% 0.73% -
HSV(B) 333.1º 0.14% 0.79% -
XYZ 47.6 45.43 52.16 -
YUV 182.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 201 172 185 0 0.14 0.08 0.21 333.1 0.21 0.73
Hex C9 AC B9 0 E 8 15 14D 15 49
Octal 311 254 271 0 16 10 25 515 25 111
Binary 11001001 10101100 10111001 0 1110 1000 10101 101001101 10101 1001001

Color Harmonies of #C9ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACB9

Black with #C9ACB9

Text Example


Text Example

White with #C9ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACB9; }

 p { color: rgb(201,172,185); }

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

background-color css

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

 a { background-color: rgb(201,172,185); }

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

border-color css

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

 span { border-color: rgb(201,172,185); }

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