Html Css Color HEX #C9A5BE Maverick

📋 copy color: '#C9A5BE'

red 201 ◦ green 165 ◦ blue 190

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

Shades of Maverick #C9A5BE

Tints of Maverick #C9A5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.68%

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

R = 36.15%
G = 29.68%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9A5BE (or 0xC9A5BE) is known color: Maverick. HEX triplet: C9, A5 and BE. RGB value is (201,165,190). Sum of RGB (Red+Green+Blue) = 201+165+190=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5BE is #365A41. Grayscale: #B2B2B2. Windows color (decimal): -3562050 or 12494281. OLE color: 12494281.

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

Color convert

RGB 201 165 190 -
CMYK 0 0.18 0.05 0.21
HSL 318.33º 0.25% 0.72% -
HSV(B) 318.33º 0.18% 0.79% -
XYZ 46.84 43.05 54.56 -
YUV 178.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 201 165 190 0 0.18 0.05 0.21 318.33 0.25 0.72
Hex C9 A5 BE 0 12 5 15 13E 19 48
Octal 311 245 276 0 22 5 25 476 31 110
Binary 11001001 10100101 10111110 0 10010 101 10101 100111110 11001 1001000

Color Harmonies of #C9A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A5BE

Black with #C9A5BE

Text Example


Text Example

White with #C9A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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