Html Css Color HEX #C95899 Mulberry

📋 copy color: '#C95899'

red 201 ◦ green 88 ◦ blue 153

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

Shades of Mulberry #C95899

Tints of Mulberry #C95899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 45.48%
G = 19.91%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C95899 (or 0xC95899) is known color: Mulberry. HEX triplet: C9, 58 and 99. RGB value is (201,88,153). Sum of RGB (Red+Green+Blue) = 201+88+153=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C95899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95899 is #36A766. Grayscale: #818181. Windows color (decimal): -3581799 or 10049737. OLE color: 10049737.

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

Color convert

RGB 201 88 153 -
CMYK 0 0.56 0.24 0.21
HSL 325.49º 0.51% 0.57% -
HSV(B) 325.49º 0.56% 0.79% -
XYZ 33.33 21.7 32.57 -
YUV 129.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 201 88 153 0 0.56 0.24 0.21 325.49 0.51 0.57
Hex C9 58 99 0 38 18 15 145 33 39
Octal 311 130 231 0 70 30 25 505 63 71
Binary 11001001 1011000 10011001 0 111000 11000 10101 101000101 110011 111001

Color Harmonies of #C95899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95899

Black with #C95899

Text Example


Text Example

White with #C95899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95899; }

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

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

background-color css

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

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

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

border-color css

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

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

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