Html Css Color HEX #C75591 Mulberry

📋 copy color: '#C75591'

red 199 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #C75591

Tints of Mulberry #C75591

RGB

 RED value IS 199 (78.13% from 255) = 46.39%

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

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 46.39%
G = 19.81%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C75591 (or 0xC75591) is known color: Mulberry. HEX triplet: C7, 55 and 91. RGB value is (199,85,145). Sum of RGB (Red+Green+Blue) = 199+85+145=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C75591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75591 is #38AA6E. Grayscale: #7D7D7D. Windows color (decimal): -3713647 or 9524679. OLE color: 9524679.

HSL color Cylindrical-coordinate representation of color #C75591: hue angle of 328.42º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75591 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 145 -
CMYK 0 0.57 0.27 0.22
HSL 328.42º 0.5% 0.56% -
HSV(B) 328.42º 0.57% 0.78% -
XYZ 31.91 20.68 29.1 -
YUV 125.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 199 85 145 0 0.57 0.27 0.22 328.42 0.5 0.56
Hex C7 55 91 0 39 1B 16 148 32 38
Octal 307 125 221 0 71 33 26 510 62 70
Binary 11000111 1010101 10010001 0 111001 11011 10110 101001000 110010 111000

Color Harmonies of #C75591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75591

Black with #C75591

Text Example


Text Example

White with #C75591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75591; }

 p { color: rgb(199,85,145); }

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

background-color css

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

 a { background-color: rgb(199,85,145); }

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

border-color css

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

 span { border-color: rgb(199,85,145); }

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