Html Css Color HEX #C9478F Mulberry

📋 copy color: '#C9478F'

red 201 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #C9478F

Tints of Mulberry #C9478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 48.43%
G = 17.11%
B = 34.46%

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

#C9478F (or 0xC9478F) is known color: Mulberry. HEX triplet: C9, 47 and 8F. RGB value is (201,71,143). Sum of RGB (Red+Green+Blue) = 201+71+143=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478F is #36B870. Grayscale: #757575. Windows color (decimal): -3586161 or 9390025. OLE color: 9390025.

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

Color convert

RGB 201 71 143 -
CMYK 0 0.65 0.29 0.21
HSL 326.77º 0.55% 0.53% -
HSV(B) 326.77º 0.65% 0.79% -
XYZ 31.3 18.91 27.99 -
YUV 118.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 201 71 143 0 0.65 0.29 0.21 326.77 0.55 0.53
Hex C9 47 8F 0 41 1D 15 147 37 35
Octal 311 107 217 0 101 35 25 507 67 65
Binary 11001001 1000111 10001111 0 1000001 11101 10101 101000111 110111 110101

Color Harmonies of #C9478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9478F

Black with #C9478F

Text Example


Text Example

White with #C9478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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