Html Css Color HEX #C9479C Mulberry

📋 copy color: '#C9479C'

red 201 ◦ green 71 ◦ blue 156

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

Shades of Mulberry #C9479C

Tints of Mulberry #C9479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 46.96%
G = 16.59%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9479C (or 0xC9479C) is known color: Mulberry. HEX triplet: C9, 47 and 9C. RGB value is (201,71,156). Sum of RGB (Red+Green+Blue) = 201+71+156=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9479C is #36B863. Grayscale: #777777. Windows color (decimal): -3586148 or 10241993. OLE color: 10241993.

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

Color convert

RGB 201 71 156 -
CMYK 0 0.65 0.22 0.21
HSL 320.77º 0.55% 0.53% -
HSV(B) 320.77º 0.65% 0.79% -
XYZ 32.34 19.32 33.48 -
YUV 119.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 201 71 156 0 0.65 0.22 0.21 320.77 0.55 0.53
Hex C9 47 9C 0 41 16 15 141 37 35
Octal 311 107 234 0 101 26 25 501 67 65
Binary 11001001 1000111 10011100 0 1000001 10110 10101 101000001 110111 110101

Color Harmonies of #C9479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9479C

Black with #C9479C

Text Example


Text Example

White with #C9479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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