Html Css Color HEX #C05E95 Mulberry

📋 copy color: '#C05E95'

red 192 ◦ green 94 ◦ blue 149

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

Shades of Mulberry #C05E95

Tints of Mulberry #C05E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 44.14%
G = 21.61%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05E95 (or 0xC05E95) is known color: Mulberry. HEX triplet: C0, 5E and 95. RGB value is (192,94,149). Sum of RGB (Red+Green+Blue) = 192+94+149=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E95 is #3FA16A. Grayscale: #818181. Windows color (decimal): -4170091 or 9789120. OLE color: 9789120.

HSL color Cylindrical-coordinate representation of color #C05E95: hue angle of 326.33º 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 #C05E95 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 149 -
CMYK 0 0.51 0.22 0.25
HSL 326.33º 0.44% 0.56% -
HSV(B) 326.33º 0.51% 0.75% -
XYZ 31.17 21.38 30.92 -
YUV 129.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 192 94 149 0 0.51 0.22 0.25 326.33 0.44 0.56
Hex C0 5E 95 0 33 16 19 146 2C 38
Octal 300 136 225 0 63 26 31 506 54 70
Binary 11000000 1011110 10010101 0 110011 10110 11001 101000110 101100 111000

Color Harmonies of #C05E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E95

Black with #C05E95

Text Example


Text Example

White with #C05E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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