Html Css Color HEX #C95584 Mulberry

📋 copy color: '#C95584'

red 201 ◦ green 85 ◦ blue 132

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

Shades of Mulberry #C95584

Tints of Mulberry #C95584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 48.09%
G = 20.33%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95584 (or 0xC95584) is known color: Mulberry. HEX triplet: C9, 55 and 84. RGB value is (201,85,132). Sum of RGB (Red+Green+Blue) = 201+85+132=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95584 is #36AA7B. Grayscale: #7C7C7C. Windows color (decimal): -3582588 or 8672713. OLE color: 8672713.

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

Color convert

RGB 201 85 132 -
CMYK 0 0.58 0.34 0.21
HSL 335.69º 0.52% 0.56% -
HSV(B) 335.69º 0.58% 0.79% -
XYZ 31.5 20.58 24.14 -
YUV 125.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 201 85 132 0 0.58 0.34 0.21 335.69 0.52 0.56
Hex C9 55 84 0 3A 22 15 150 34 38
Octal 311 125 204 0 72 42 25 520 64 70
Binary 11001001 1010101 10000100 0 111010 100010 10101 101010000 110100 111000

Color Harmonies of #C95584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95584

Black with #C95584

Text Example


Text Example

White with #C95584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95584; }

 p { color: rgb(201,85,132); }

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

background-color css

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

 a { background-color: rgb(201,85,132); }

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

border-color css

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

 span { border-color: rgb(201,85,132); }

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