Html Css Color HEX #C9478A Mulberry

📋 copy color: '#C9478A'

red 201 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #C9478A

Tints of Mulberry #C9478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 49.02%
G = 17.32%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9478A (or 0xC9478A) is known color: Mulberry. HEX triplet: C9, 47 and 8A. RGB value is (201,71,138). Sum of RGB (Red+Green+Blue) = 201+71+138=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478A is #36B875. Grayscale: #757575. Windows color (decimal): -3586166 or 9062345. OLE color: 9062345.

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

Color convert

RGB 201 71 138 -
CMYK 0 0.65 0.31 0.21
HSL 329.08º 0.55% 0.53% -
HSV(B) 329.08º 0.65% 0.79% -
XYZ 30.93 18.76 26.04 -
YUV 117.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 201 71 138 0 0.65 0.31 0.21 329.08 0.55 0.53
Hex C9 47 8A 0 41 1F 15 149 37 35
Octal 311 107 212 0 101 37 25 511 67 65
Binary 11001001 1000111 10001010 0 1000001 11111 10101 101001001 110111 110101

Color Harmonies of #C9478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9478A

Black with #C9478A

Text Example


Text Example

White with #C9478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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