Html Css Color HEX #C99FBF Maverick

📋 copy color: '#C99FBF'

red 201 ◦ green 159 ◦ blue 191

#C99FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C99FBF

Tints of Maverick #C99FBF

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 value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C99FBF (or 0xC99FBF) is known color: 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

RGB 201 159 191 -
CMYK 0 0.21 0.05 0.21
HSL 314.29º 0.28% 0.71% -
HSV(B) 314.29º 0.21% 0.79% -
XYZ 45.89 40.98 54.78 -
YUV 175.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 201 159 191 0 0.21 0.05 0.21 314.29 0.28 0.71
Hex C9 9F BF 0 15 5 15 13A 1C 47
Octal 311 237 277 0 25 5 25 472 34 107
Binary 11001001 10011111 10111111 0 10101 101 10101 100111010 11100 1000111

Color Harmonies of #C99FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FBF

Black with #C99FBF

Text Example


Text Example

White with #C99FBF

Text Example


Text Example

HTML Codes & Css Web 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>