#C9B2BD

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

Shades of Maverick #C9B2BD

Tints of Maverick #C9B2BD

Color information

#C9B2BD (or 0xC9B2BD) is unknown color: approx Maverick. HEX triplet: C9, B2 and BD. RGB value is (201,178,189). Sum of RGB (Red+Green+Blue) = 201+178+189=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2BD is #364D42. Grayscale: #BABABA. Windows color (decimal): -3558723 or 12432073. OLE color: 12432073.

HSL color Cylindrical-coordinate representation of color #C9B2BD: hue angle of 331.3º 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 #C9B2BD is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201178189-
CMYK00.110.060.21
HSL331.3º17.56%74.31%-
HSV(B)331.3º11.44%78.82%-
XYZ49.1947.9354.8-
YUV186.13129.62138.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=35.39%
G=31.34%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117818900.110.060.21331.317.5674.31
HexC9B2BD0B61514b124a
Octal31126227501362551322112
Binary1100100110110010101111010101111010101101001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2BD; }

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

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

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

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

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

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

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

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