Html Css Color HEX #C9508D Mulberry

📋 copy color: '#C9508D'

red 201 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #C9508D

Tints of Mulberry #C9508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 47.63%
G = 18.96%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9508D (or 0xC9508D) is known color: Mulberry. HEX triplet: C9, 50 and 8D. RGB value is (201,80,141). Sum of RGB (Red+Green+Blue) = 201+80+141=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9508D is #36AF72. Grayscale: #7B7B7B. Windows color (decimal): -3583859 or 9261257. OLE color: 9261257.

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

Color convert

RGB 201 80 141 -
CMYK 0 0.60 0.30 0.21
HSL 329.75º 0.53% 0.55% -
HSV(B) 329.75º 0.6% 0.79% -
XYZ 31.76 20.08 27.4 -
YUV 123.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 201 80 141 0 0.60 0.30 0.21 329.75 0.53 0.55
Hex C9 50 8D 0 3C 1E 15 14A 35 37
Octal 311 120 215 0 74 36 25 512 65 67
Binary 11001001 1010000 10001101 0 111100 11110 10101 101001010 110101 110111

Color Harmonies of #C9508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9508D

Black with #C9508D

Text Example


Text Example

White with #C9508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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