Html Css Color HEX #C9519B Mulberry

📋 copy color: '#C9519B'

red 201 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #C9519B

Tints of Mulberry #C9519B

RGB

 RED value IS 201 (78.91% from 255) = 46%

 GREEN value IS 81 (32.03% from 255) = 18.54%

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 46%
G = 18.54%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9519B (or 0xC9519B) is known color: Mulberry. HEX triplet: C9, 51 and 9B. RGB value is (201,81,155). Sum of RGB (Red+Green+Blue) = 201+81+155=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9519B is #36AE64. Grayscale: #7D7D7D. Windows color (decimal): -3583589 or 10179017. OLE color: 10179017.

HSL color Cylindrical-coordinate representation of color #C9519B: hue angle of 323º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9519B is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 155 -
CMYK 0 0.60 0.23 0.21
HSL 323º 0.53% 0.55% -
HSV(B) 323º 0.6% 0.79% -
XYZ 32.95 20.67 33.26 -
YUV 125.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 201 81 155 0 0.60 0.23 0.21 323 0.53 0.55
Hex C9 51 9B 0 3C 17 15 143 35 37
Octal 311 121 233 0 74 27 25 503 65 67
Binary 11001001 1010001 10011011 0 111100 10111 10101 101000011 110101 110111

Color Harmonies of #C9519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9519B

Black with #C9519B

Text Example


Text Example

White with #C9519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9519B; }

 p { color: rgb(201,81,155); }

 H1.HeaderClassName
 {
   color: #C9519B;
 }
 .AnyTagClassName
 {
   color: #C9519B;
 }
</style>

background-color css

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

 a { background-color: rgb(201,81,155); }

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

border-color css

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

 span { border-color: rgb(201,81,155); }

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