#C99FBF

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

Shades of Maverick #C99FBF

Tints of Maverick #C99FBF

Color information

#C99FBF (or 0xC99FBF) is unknown color: approx Maverick. HEX triplet: C9, 9F and BF. RGB value is (201,159,191). Sum of RGB (Red+Green+Blue) = 201+159+191=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FBF is #366040. Grayscale: #AFAFAF. Windows color (decimal): -3563585 or 12558281. OLE color: 12558281.

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

Color convert

RGB201159191-
CMYK00.210.050.21
HSL314.29º28%70.59%-
HSV(B)314.29º20.9%78.82%-
XYZ45.8940.9854.78-
YUV175.21136.91146.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 191 (75% from 255) = 34.66%
R=36.48%
G=28.86%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115919100.210.050.21314.292870.59
HexC99FBF01551513a1c47
Octal31123727702552547234107
Binary11001001100111111011111101010110110101100111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FBF; }

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

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

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

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

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

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

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

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