Html Css Color HEX #C95993 Mulberry

📋 copy color: '#C95993'

red 201 ◦ green 89 ◦ blue 147

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

Shades of Mulberry #C95993

Tints of Mulberry #C95993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.64%

R = 46%
G = 20.37%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C95993 (or 0xC95993) is known color: Mulberry. HEX triplet: C9, 59 and 93. RGB value is (201,89,147). Sum of RGB (Red+Green+Blue) = 201+89+147=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C95993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95993 is #36A66C. Grayscale: #808080. Windows color (decimal): -3581549 or 9656777. OLE color: 9656777.

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

Color convert

RGB 201 89 147 -
CMYK 0 0.56 0.27 0.21
HSL 328.93º 0.51% 0.57% -
HSV(B) 328.93º 0.56% 0.79% -
XYZ 32.93 21.67 30.05 -
YUV 129.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 201 89 147 0 0.56 0.27 0.21 328.93 0.51 0.57
Hex C9 59 93 0 38 1B 15 149 33 39
Octal 311 131 223 0 70 33 25 511 63 71
Binary 11001001 1011001 10010011 0 111000 11011 10101 101001001 110011 111001

Color Harmonies of #C95993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95993

Black with #C95993

Text Example


Text Example

White with #C95993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95993; }

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

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

background-color css

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

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

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

border-color css

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

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

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