Html Css Color HEX #C9478C Mulberry

📋 copy color: '#C9478C'

red 201 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #C9478C

Tints of Mulberry #C9478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 48.79%
G = 17.23%
B = 33.98%

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

#C9478C (or 0xC9478C) is known color: Mulberry. HEX triplet: C9, 47 and 8C. RGB value is (201,71,140). Sum of RGB (Red+Green+Blue) = 201+71+140=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478C is #36B873. Grayscale: #757575. Windows color (decimal): -3586164 or 9193417. OLE color: 9193417.

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

Color convert

RGB 201 71 140 -
CMYK 0 0.65 0.30 0.21
HSL 328.15º 0.55% 0.53% -
HSV(B) 328.15º 0.65% 0.79% -
XYZ 31.07 18.82 26.81 -
YUV 117.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 201 71 140 0 0.65 0.30 0.21 328.15 0.55 0.53
Hex C9 47 8C 0 41 1E 15 148 37 35
Octal 311 107 214 0 101 36 25 510 67 65
Binary 11001001 1000111 10001100 0 1000001 11110 10101 101001000 110111 110101

Color Harmonies of #C9478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9478C

Black with #C9478C

Text Example


Text Example

White with #C9478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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