Html Css Color HEX #C9519C Mulberry

📋 copy color: '#C9519C'

red 201 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #C9519C

Tints of Mulberry #C9519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 45.89%
G = 18.49%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9519C (or 0xC9519C) is known color: Mulberry. HEX triplet: C9, 51 and 9C. RGB value is (201,81,156). Sum of RGB (Red+Green+Blue) = 201+81+156=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9519C is #36AE63. Grayscale: #7D7D7D. Windows color (decimal): -3583588 or 10244553. OLE color: 10244553.

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

Color convert

RGB 201 81 156 -
CMYK 0 0.60 0.22 0.21
HSL 322.5º 0.53% 0.55% -
HSV(B) 322.5º 0.6% 0.79% -
XYZ 33.03 20.7 33.71 -
YUV 125.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 201 81 156 0 0.60 0.22 0.21 322.5 0.53 0.55
Hex C9 51 9C 0 3C 16 15 142 35 37
Octal 311 121 234 0 74 26 25 502 65 67
Binary 11001001 1010001 10011100 0 111100 10110 10101 101000010 110101 110111

Color Harmonies of #C9519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9519C

Black with #C9519C

Text Example


Text Example

White with #C9519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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