Html Css Color HEX #C95589 Mulberry

📋 copy color: '#C95589'

red 201 ◦ green 85 ◦ blue 137

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

Shades of Mulberry #C95589

Tints of Mulberry #C95589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.39%

R = 47.52%
G = 20.09%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C95589 (or 0xC95589) is known color: Mulberry. HEX triplet: C9, 55 and 89. RGB value is (201,85,137). Sum of RGB (Red+Green+Blue) = 201+85+137=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C95589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95589 is #36AA76. Grayscale: #7D7D7D. Windows color (decimal): -3582583 or 9000393. OLE color: 9000393.

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

Color convert

RGB 201 85 137 -
CMYK 0 0.58 0.32 0.21
HSL 333.1º 0.52% 0.56% -
HSV(B) 333.1º 0.58% 0.79% -
XYZ 31.85 20.72 25.99 -
YUV 125.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 201 85 137 0 0.58 0.32 0.21 333.1 0.52 0.56
Hex C9 55 89 0 3A 20 15 14D 34 38
Octal 311 125 211 0 72 40 25 515 64 70
Binary 11001001 1010101 10001001 0 111010 100000 10101 101001101 110100 111000

Color Harmonies of #C95589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95589

Black with #C95589

Text Example


Text Example

White with #C95589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95589; }

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

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

background-color css

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

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

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

border-color css

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

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

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