Html Css Color HEX #C9B1BA Maverick

📋 copy color: '#C9B1BA'

red 201 ◦ green 177 ◦ blue 186

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

Shades of Maverick #C9B1BA

Tints of Maverick #C9B1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.38%

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 35.64%
G = 31.38%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9B1BA (or 0xC9B1BA) is known color: Maverick. HEX triplet: C9, B1 and BA. RGB value is (201,177,186). Sum of RGB (Red+Green+Blue) = 201+177+186=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1BA is #364E45. Grayscale: #B9B9B9. Windows color (decimal): -3558982 or 12235209. OLE color: 12235209.

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

Color convert

RGB 201 177 186 -
CMYK 0 0.12 0.07 0.21
HSL 337.5º 0.18% 0.74% -
HSV(B) 337.5º 0.12% 0.79% -
XYZ 48.67 47.41 53.04 -
YUV 185.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 201 177 186 0 0.12 0.07 0.21 337.5 0.18 0.74
Hex C9 B1 BA 0 C 7 15 152 12 4A
Octal 311 261 272 0 14 7 25 522 22 112
Binary 11001001 10110001 10111010 0 1100 111 10101 101010010 10010 1001010

Color Harmonies of #C9B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1BA

Black with #C9B1BA

Text Example


Text Example

White with #C9B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1BA; }

 p { color: rgb(201,177,186); }

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

background-color css

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

 a { background-color: rgb(201,177,186); }

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

border-color css

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

 span { border-color: rgb(201,177,186); }

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