Html Css Color HEX #C9A9BE Maverick

📋 copy color: '#C9A9BE'

red 201 ◦ green 169 ◦ blue 190

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

Shades of Maverick #C9A9BE

Tints of Maverick #C9A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.18%

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 35.89%
G = 30.18%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9A9BE (or 0xC9A9BE) is known color: Maverick. HEX triplet: C9, A9 and BE. RGB value is (201,169,190). Sum of RGB (Red+Green+Blue) = 201+169+190=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9BE is #365641. Grayscale: #B4B4B4. Windows color (decimal): -3561026 or 12495305. OLE color: 12495305.

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

Color convert

RGB 201 169 190 -
CMYK 0 0.16 0.05 0.21
HSL 320.63º 0.23% 0.73% -
HSV(B) 320.63º 0.16% 0.79% -
XYZ 47.57 44.51 54.8 -
YUV 180.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 201 169 190 0 0.16 0.05 0.21 320.63 0.23 0.73
Hex C9 A9 BE 0 10 5 15 141 17 49
Octal 311 251 276 0 20 5 25 501 27 111
Binary 11001001 10101001 10111110 0 10000 101 10101 101000001 10111 1001001

Color Harmonies of #C9A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A9BE

Black with #C9A9BE

Text Example


Text Example

White with #C9A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A9BE; }

 p { color: rgb(201,169,190); }

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

background-color css

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

 a { background-color: rgb(201,169,190); }

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

border-color css

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

 span { border-color: rgb(201,169,190); }

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