Html Css Color HEX #C954A0 Mulberry

📋 copy color: '#C954A0'

red 201 ◦ green 84 ◦ blue 160

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

Shades of Mulberry #C954A0

Tints of Mulberry #C954A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 45.17%
G = 18.88%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C954A0 (or 0xC954A0) is known color: Mulberry. HEX triplet: C9, 54 and A0. RGB value is (201,84,160). Sum of RGB (Red+Green+Blue) = 201+84+160=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A0 is #36AB5F. Grayscale: #7F7F7F. Windows color (decimal): -3582816 or 10507465. OLE color: 10507465.

HSL color Cylindrical-coordinate representation of color #C954A0: hue angle of 321.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C954A0 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 160 -
CMYK 0 0.58 0.20 0.21
HSL 321.03º 0.52% 0.56% -
HSV(B) 321.03º 0.58% 0.79% -
XYZ 33.6 21.3 35.6 -
YUV 127.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 201 84 160 0 0.58 0.20 0.21 321.03 0.52 0.56
Hex C9 54 A0 0 3A 14 15 141 34 38
Octal 311 124 240 0 72 24 25 501 64 70
Binary 11001001 1010100 10100000 0 111010 10100 10101 101000001 110100 111000

Color Harmonies of #C954A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954A0

Black with #C954A0

Text Example


Text Example

White with #C954A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954A0; }

 p { color: rgb(201,84,160); }

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

background-color css

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

 a { background-color: rgb(201,84,160); }

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

border-color css

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

 span { border-color: rgb(201,84,160); }

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