Html Css Color HEX #C9A9BD Maverick

📋 copy color: '#C9A9BD'

red 201 ◦ green 169 ◦ blue 189

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

Shades of Maverick #C9A9BD

Tints of Maverick #C9A9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 35.96%
G = 30.23%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9A9BD (or 0xC9A9BD) is known color: Maverick. HEX triplet: C9, A9 and BD. RGB value is (201,169,189). Sum of RGB (Red+Green+Blue) = 201+169+189=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9BD is #365642. Grayscale: #B4B4B4. Windows color (decimal): -3561027 or 12429769. OLE color: 12429769.

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

Color convert

RGB 201 169 189 -
CMYK 0 0.16 0.06 0.21
HSL 322.5º 0.23% 0.73% -
HSV(B) 322.5º 0.16% 0.79% -
XYZ 47.46 44.47 54.23 -
YUV 180.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 201 169 189 0 0.16 0.06 0.21 322.5 0.23 0.73
Hex C9 A9 BD 0 10 6 15 142 17 49
Octal 311 251 275 0 20 6 25 502 27 111
Binary 11001001 10101001 10111101 0 10000 110 10101 101000010 10111 1001001

Color Harmonies of #C9A9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A9BD

Black with #C9A9BD

Text Example


Text Example

White with #C9A9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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