Html Css Color HEX #C9478E Mulberry

📋 copy color: '#C9478E'

red 201 ◦ green 71 ◦ blue 142

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

Shades of Mulberry #C9478E

Tints of Mulberry #C9478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 48.55%
G = 17.15%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9478E (or 0xC9478E) is known color: Mulberry. HEX triplet: C9, 47 and 8E. RGB value is (201,71,142). Sum of RGB (Red+Green+Blue) = 201+71+142=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478E is #36B871. Grayscale: #757575. Windows color (decimal): -3586162 or 9324489. OLE color: 9324489.

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

Color convert

RGB 201 71 142 -
CMYK 0 0.65 0.29 0.21
HSL 327.23º 0.55% 0.53% -
HSV(B) 327.23º 0.65% 0.79% -
XYZ 31.22 18.88 27.59 -
YUV 117.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 201 71 142 0 0.65 0.29 0.21 327.23 0.55 0.53
Hex C9 47 8E 0 41 1D 15 147 37 35
Octal 311 107 216 0 101 35 25 507 67 65
Binary 11001001 1000111 10001110 0 1000001 11101 10101 101000111 110111 110101

Color Harmonies of #C9478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9478E

Black with #C9478E

Text Example


Text Example

White with #C9478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9478E; }

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

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

background-color css

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

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

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

border-color css

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

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

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