Html Css Color HEX #C9578D Mulberry

📋 copy color: '#C9578D'

red 201 ◦ green 87 ◦ blue 141

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

Shades of Mulberry #C9578D

Tints of Mulberry #C9578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.28%

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

R = 46.85%
G = 20.28%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9578D (or 0xC9578D) is known color: Mulberry. HEX triplet: C9, 57 and 8D. RGB value is (201,87,141). Sum of RGB (Red+Green+Blue) = 201+87+141=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9578D is #36A872. Grayscale: #7F7F7F. Windows color (decimal): -3582067 or 9263049. OLE color: 9263049.

HSL color Cylindrical-coordinate representation of color #C9578D: hue angle of 331.58º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9578D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 141 -
CMYK 0 0.57 0.30 0.21
HSL 331.58º 0.51% 0.56% -
HSV(B) 331.58º 0.57% 0.79% -
XYZ 32.3 21.16 27.58 -
YUV 127.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 201 87 141 0 0.57 0.30 0.21 331.58 0.51 0.56
Hex C9 57 8D 0 39 1E 15 14C 33 38
Octal 311 127 215 0 71 36 25 514 63 70
Binary 11001001 1010111 10001101 0 111001 11110 10101 101001100 110011 111000

Color Harmonies of #C9578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9578D

Black with #C9578D

Text Example


Text Example

White with #C9578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9578D; }

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

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

background-color css

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

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

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

border-color css

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

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

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