Html Css Color HEX #C9A0BF Maverick

📋 copy color: '#C9A0BF'

red 201 ◦ green 160 ◦ blue 191

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

Shades of Maverick #C9A0BF

Tints of Maverick #C9A0BF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.99%

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

R = 36.41%
G = 28.99%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9A0BF (or 0xC9A0BF) is known color: Maverick. HEX triplet: C9, A0 and BF. RGB value is (201,160,191). Sum of RGB (Red+Green+Blue) = 201+160+191=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0BF is #365F40. Grayscale: #AFAFAF. Windows color (decimal): -3563329 or 12558537. OLE color: 12558537.

HSL color Cylindrical-coordinate representation of color #C9A0BF: hue angle of 314.63º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A0BF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 191 -
CMYK 0 0.20 0.05 0.21
HSL 314.63º 0.28% 0.71% -
HSV(B) 314.63º 0.2% 0.79% -
XYZ 46.06 41.32 54.84 -
YUV 175.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 201 160 191 0 0.20 0.05 0.21 314.63 0.28 0.71
Hex C9 A0 BF 0 14 5 15 13B 1C 47
Octal 311 240 277 0 24 5 25 473 34 107
Binary 11001001 10100000 10111111 0 10100 101 10101 100111011 11100 1000111

Color Harmonies of #C9A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A0BF

Black with #C9A0BF

Text Example


Text Example

White with #C9A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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