Html Css Color HEX #C9478D Mulberry

📋 copy color: '#C9478D'

red 201 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #C9478D

Tints of Mulberry #C9478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

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

R = 48.67%
G = 17.19%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9478D (or 0xC9478D) is known color: Mulberry. HEX triplet: C9, 47 and 8D. RGB value is (201,71,141). Sum of RGB (Red+Green+Blue) = 201+71+141=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478D is #36B872. Grayscale: #757575. Windows color (decimal): -3586163 or 9258953. OLE color: 9258953.

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

Color convert

RGB 201 71 141 -
CMYK 0 0.65 0.30 0.21
HSL 327.69º 0.55% 0.53% -
HSV(B) 327.69º 0.65% 0.79% -
XYZ 31.15 18.85 27.2 -
YUV 117.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 201 71 141 0 0.65 0.30 0.21 327.69 0.55 0.53
Hex C9 47 8D 0 41 1E 15 148 37 35
Octal 311 107 215 0 101 36 25 510 67 65
Binary 11001001 1000111 10001101 0 1000001 11110 10101 101001000 110111 110101

Color Harmonies of #C9478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9478D

Black with #C9478D

Text Example


Text Example

White with #C9478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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