Html Css Color HEX #C9B3BD Maverick

📋 copy color: '#C9B3BD'

red 201 ◦ green 179 ◦ blue 189

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

Shades of Maverick #C9B3BD

Tints of Maverick #C9B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.46%

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

R = 35.33%
G = 31.46%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9B3BD (or 0xC9B3BD) is known color: Maverick. HEX triplet: C9, B3 and BD. RGB value is (201,179,189). Sum of RGB (Red+Green+Blue) = 201+179+189=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B3BD is #364C42. Grayscale: #BABABA. Windows color (decimal): -3558467 or 12432329. OLE color: 12432329.

HSL color Cylindrical-coordinate representation of color #C9B3BD: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B3BD is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 189 -
CMYK 0 0.11 0.06 0.21
HSL 332.73º 0.17% 0.75% -
HSV(B) 332.73º 0.11% 0.79% -
XYZ 49.39 48.33 54.87 -
YUV 186.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 201 179 189 0 0.11 0.06 0.21 332.73 0.17 0.75
Hex C9 B3 BD 0 B 6 15 14D 11 4B
Octal 311 263 275 0 13 6 25 515 21 113
Binary 11001001 10110011 10111101 0 1011 110 10101 101001101 10001 1001011

Color Harmonies of #C9B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B3BD

Black with #C9B3BD

Text Example


Text Example

White with #C9B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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