Html Css Color HEX #C95597 Mulberry

📋 copy color: '#C95597'

red 201 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #C95597

Tints of Mulberry #C95597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.55%

R = 46%
G = 19.45%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95597 (or 0xC95597) is known color: Mulberry. HEX triplet: C9, 55 and 97. RGB value is (201,85,151). Sum of RGB (Red+Green+Blue) = 201+85+151=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C95597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95597 is #36AA68. Grayscale: #7F7F7F. Windows color (decimal): -3582569 or 9917897. OLE color: 9917897.

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

Color convert

RGB 201 85 151 -
CMYK 0 0.58 0.25 0.21
HSL 325.86º 0.52% 0.56% -
HSV(B) 325.86º 0.58% 0.79% -
XYZ 32.92 21.15 31.63 -
YUV 127.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 201 85 151 0 0.58 0.25 0.21 325.86 0.52 0.56
Hex C9 55 97 0 3A 19 15 146 34 38
Octal 311 125 227 0 72 31 25 506 64 70
Binary 11001001 1010101 10010111 0 111010 11001 10101 101000110 110100 111000

Color Harmonies of #C95597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95597

Black with #C95597

Text Example


Text Example

White with #C95597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95597; }

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

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

background-color css

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

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

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

border-color css

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

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

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