Html Css Color HEX #C9509D Mulberry

📋 copy color: '#C9509D'

red 201 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #C9509D

Tints of Mulberry #C9509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 45.89%
G = 18.26%
B = 35.84%

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

#C9509D (or 0xC9509D) is known color: Mulberry. HEX triplet: C9, 50 and 9D. RGB value is (201,80,157). Sum of RGB (Red+Green+Blue) = 201+80+157=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9509D is #36AF62. Grayscale: #7C7C7C. Windows color (decimal): -3583843 or 10309833. OLE color: 10309833.

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

Color convert

RGB 201 80 157 -
CMYK 0 0.60 0.22 0.21
HSL 321.82º 0.53% 0.55% -
HSV(B) 321.82º 0.6% 0.79% -
XYZ 33.04 20.59 34.13 -
YUV 124.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 201 80 157 0 0.60 0.22 0.21 321.82 0.53 0.55
Hex C9 50 9D 0 3C 16 15 142 35 37
Octal 311 120 235 0 74 26 25 502 65 67
Binary 11001001 1010000 10011101 0 111100 10110 10101 101000010 110101 110111

Color Harmonies of #C9509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9509D

Black with #C9509D

Text Example


Text Example

White with #C9509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9509D; }

 p { color: rgb(201,80,157); }

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

background-color css

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

 a { background-color: rgb(201,80,157); }

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

border-color css

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

 span { border-color: rgb(201,80,157); }

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