#C9B6BE

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

Shades of Maverick #C9B6BE

Tints of Maverick #C9B6BE

Color information

#C9B6BE (or 0xC9B6BE) is unknown color: approx Maverick. HEX triplet: C9, B6 and BE. RGB value is (201,182,190). Sum of RGB (Red+Green+Blue) = 201+182+190=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6BE is #364941. Grayscale: #BCBCBC. Windows color (decimal): -3557698 or 12498633. OLE color: 12498633.

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

Color convert

RGB201182190-
CMYK00.090.050.21
HSL334.74º14.96%75.1%-
HSV(B)334.74º9.45%78.82%-
XYZ50.1149.5955.65-
YUV188.59128.79136.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=35.08%
G=31.76%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118219000.090.050.21334.7414.9675.1
HexC9B6BE0951514ff4b
Octal31126627601152551717113
Binary110010011011011010111110010011011010110100111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6BE; }

 p { color: rgb(201,182,190); }

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

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

 a { background-color: rgb(201,182,190); }

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

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

 span { border-color: rgb(201,182,190); }

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