#C9BFC6

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

Shades of Maverick #C9BFC6

Tints of Maverick #C9BFC6

Color information

#C9BFC6 (or 0xC9BFC6) is unknown color: approx Maverick. HEX triplet: C9, BF and C6. RGB value is (201,191,198). Sum of RGB (Red+Green+Blue) = 201+191+198=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFC6 is #364039. Grayscale: #C2C2C2. Windows color (decimal): -3555386 or 13025225. OLE color: 13025225.

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

Color convert

RGB201191198-
CMYK00.050.010.21
HSL318º8.47%76.86%-
HSV(B)318º4.98%78.82%-
XYZ52.9153.7661.01-
YUV194.79129.81132.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=34.07%
G=32.37%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119119800.050.010.213188.4776.86
HexC9BFC60511513e84d
Octal3112773060512547610115
Binary110010011011111111000110010111010110011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFC6; }

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

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

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

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

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

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

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

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