Html Css Color HEX #C95594 Mulberry

📋 copy color: '#C95594'

red 201 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #C95594

Tints of Mulberry #C95594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 46.31%
G = 19.59%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C95594 (or 0xC95594) is known color: Mulberry. HEX triplet: C9, 55 and 94. RGB value is (201,85,148). Sum of RGB (Red+Green+Blue) = 201+85+148=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95594 is #36AA6B. Grayscale: #7E7E7E. Windows color (decimal): -3582572 or 9721289. OLE color: 9721289.

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

Color convert

RGB 201 85 148 -
CMYK 0 0.58 0.26 0.21
HSL 327.41º 0.52% 0.56% -
HSV(B) 327.41º 0.58% 0.79% -
XYZ 32.68 21.05 30.36 -
YUV 126.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 201 85 148 0 0.58 0.26 0.21 327.41 0.52 0.56
Hex C9 55 94 0 3A 1A 15 147 34 38
Octal 311 125 224 0 72 32 25 507 64 70
Binary 11001001 1010101 10010100 0 111010 11010 10101 101000111 110100 111000

Color Harmonies of #C95594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95594

Black with #C95594

Text Example


Text Example

White with #C95594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95594; }

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

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

background-color css

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

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

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

border-color css

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

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

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