#C9B2BF

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

Shades of Maverick #C9B2BF

Tints of Maverick #C9B2BF

Color information

#C9B2BF (or 0xC9B2BF) is unknown color: approx Maverick. HEX triplet: C9, B2 and BF. RGB value is (201,178,191). Sum of RGB (Red+Green+Blue) = 201+178+191=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2BF is #364D40. Grayscale: #BABABA. Windows color (decimal): -3558721 or 12563145. OLE color: 12563145.

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

Color convert

RGB201178191-
CMYK00.110.050.21
HSL326.09º17.56%74.31%-
HSV(B)326.09º11.44%78.82%-
XYZ49.4148.0255.95-
YUV186.36130.62138.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 191 (75% from 255) = 33.51%
R=35.26%
G=31.23%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117819100.110.050.21326.0917.5674.31
HexC9B2BF0B515146124a
Octal31126227701352550622112
Binary1100100110110010101111110101110110101101000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2BF; }

 p { color: rgb(201,178,191); }

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

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

 a { background-color: rgb(201,178,191); }

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

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

 span { border-color: rgb(201,178,191); }

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