Html Css Color HEX #C95897 Mulberry

📋 copy color: '#C95897'

red 201 ◦ green 88 ◦ blue 151

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

Shades of Mulberry #C95897

Tints of Mulberry #C95897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20%

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

R = 45.68%
G = 20%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95897 (or 0xC95897) is known color: Mulberry. HEX triplet: C9, 58 and 97. RGB value is (201,88,151). Sum of RGB (Red+Green+Blue) = 201+88+151=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C95897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95897 is #36A768. Grayscale: #808080. Windows color (decimal): -3581801 or 9918665. OLE color: 9918665.

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

Color convert

RGB 201 88 151 -
CMYK 0 0.56 0.25 0.21
HSL 326.55º 0.51% 0.57% -
HSV(B) 326.55º 0.56% 0.79% -
XYZ 33.16 21.63 31.71 -
YUV 128.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 201 88 151 0 0.56 0.25 0.21 326.55 0.51 0.57
Hex C9 58 97 0 38 19 15 147 33 39
Octal 311 130 227 0 70 31 25 507 63 71
Binary 11001001 1011000 10010111 0 111000 11001 10101 101000111 110011 111001

Color Harmonies of #C95897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95897

Black with #C95897

Text Example


Text Example

White with #C95897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95897; }

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

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

background-color css

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

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

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

border-color css

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

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

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