#C9B0BA

Color #C9B0BA Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C9B0BA

Tints of Maverick #C9B0BA

Color information

#C9B0BA (or 0xC9B0BA) is unknown color: approx Maverick. HEX triplet: C9, B0 and BA. RGB value is (201,176,186). Sum of RGB (Red+Green+Blue) = 201+176+186=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B0BA is #364F45. Grayscale: #B8B8B8. Windows color (decimal): -3559238 or 12234953. OLE color: 12234953.

HSL color Cylindrical-coordinate representation of color #C9B0BA: hue angle of 336º degrees, saturation: 0.19, 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 #C9B0BA is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201176186-
CMYK00.120.070.21
HSL336º18.8%73.92%-
HSV(B)336º12.44%78.82%-
XYZ48.4847.0152.97-
YUV184.62128.78139.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=35.70%
G=31.26%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117618600.120.070.2133618.873.92
HexC9B0BA0C715150134a
Octal31126027201472552023112
Binary1100100110110000101110100110011110101101010000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B0BA; }

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

 H1.HeaderClassName
 {
   color: #C9B0BA;
 }
 .AnyTagClassName
 {
   color: #C9B0BA;
 }
</style>
background-color css

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

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

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

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

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

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