Html Css Color HEX #C95487 Mulberry

📋 copy color: '#C95487'

red 201 ◦ green 84 ◦ blue 135

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

Shades of Mulberry #C95487

Tints of Mulberry #C95487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 47.86%
G = 20%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C95487 (or 0xC95487) is known color: Mulberry. HEX triplet: C9, 54 and 87. RGB value is (201,84,135). Sum of RGB (Red+Green+Blue) = 201+84+135=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95487 is #36AB78. Grayscale: #7C7C7C. Windows color (decimal): -3582841 or 8869065. OLE color: 8869065.

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

Color convert

RGB 201 84 135 -
CMYK 0 0.58 0.33 0.21
HSL 333.85º 0.52% 0.56% -
HSV(B) 333.85º 0.58% 0.79% -
XYZ 31.63 20.51 25.21 -
YUV 124.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 201 84 135 0 0.58 0.33 0.21 333.85 0.52 0.56
Hex C9 54 87 0 3A 21 15 14E 34 38
Octal 311 124 207 0 72 41 25 516 64 70
Binary 11001001 1010100 10000111 0 111010 100001 10101 101001110 110100 111000

Color Harmonies of #C95487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95487

Black with #C95487

Text Example


Text Example

White with #C95487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95487; }

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

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

background-color css

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

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

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

border-color css

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

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

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