Html Css Color HEX #C95983 Mulberry

📋 copy color: '#C95983'

red 201 ◦ green 89 ◦ blue 131

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

Shades of Mulberry #C95983

Tints of Mulberry #C95983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.14%

 BLUE value IS 131 (51.56% from 255) = 31.12%

R = 47.74%
G = 21.14%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C95983 (or 0xC95983) is known color: Mulberry. HEX triplet: C9, 59 and 83. RGB value is (201,89,131). Sum of RGB (Red+Green+Blue) = 201+89+131=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C95983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95983 is #36A67C. Grayscale: #7F7F7F. Windows color (decimal): -3581565 or 8608201. OLE color: 8608201.

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

Color convert

RGB 201 89 131 -
CMYK 0 0.56 0.35 0.21
HSL 337.5º 0.51% 0.57% -
HSV(B) 337.5º 0.56% 0.79% -
XYZ 31.76 21.2 23.89 -
YUV 127.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 201 89 131 0 0.56 0.35 0.21 337.5 0.51 0.57
Hex C9 59 83 0 38 23 15 152 33 39
Octal 311 131 203 0 70 43 25 522 63 71
Binary 11001001 1011001 10000011 0 111000 100011 10101 101010010 110011 111001

Color Harmonies of #C95983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95983

Black with #C95983

Text Example


Text Example

White with #C95983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95983; }

 p { color: rgb(201,89,131); }

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

background-color css

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

 a { background-color: rgb(201,89,131); }

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

border-color css

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

 span { border-color: rgb(201,89,131); }

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