Html Css Color HEX #C05E91 Mulberry

📋 copy color: '#C05E91'

red 192 ◦ green 94 ◦ blue 145

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

Shades of Mulberry #C05E91

Tints of Mulberry #C05E91

RGB

 RED value IS 192 (75.39% from 255) = 44.55%

 GREEN value IS 94 (37.11% from 255) = 21.81%

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

R = 44.55%
G = 21.81%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05E91 (or 0xC05E91) is known color: Mulberry. HEX triplet: C0, 5E and 91. RGB value is (192,94,145). Sum of RGB (Red+Green+Blue) = 192+94+145=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E91 is #3FA16E. Grayscale: #818181. Windows color (decimal): -4170095 or 9526976. OLE color: 9526976.

HSL color Cylindrical-coordinate representation of color #C05E91: hue angle of 328.78º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E91 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 145 -
CMYK 0 0.51 0.24 0.25
HSL 328.78º 0.44% 0.56% -
HSV(B) 328.78º 0.51% 0.75% -
XYZ 30.85 21.26 29.26 -
YUV 129.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 192 94 145 0 0.51 0.24 0.25 328.78 0.44 0.56
Hex C0 5E 91 0 33 18 19 149 2C 38
Octal 300 136 221 0 63 30 31 511 54 70
Binary 11000000 1011110 10010001 0 110011 11000 11001 101001001 101100 111000

Color Harmonies of #C05E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E91

Black with #C05E91

Text Example


Text Example

White with #C05E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E91; }

 p { color: rgb(192,94,145); }

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

background-color css

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

 a { background-color: rgb(192,94,145); }

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

border-color css

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

 span { border-color: rgb(192,94,145); }

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