Html Css Color HEX #C05095 Mulberry

📋 copy color: '#C05095'

red 192 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #C05095

Tints of Mulberry #C05095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 45.61%
G = 19%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05095 (or 0xC05095) is known color: Mulberry. HEX triplet: C0, 50 and 95. RGB value is (192,80,149). Sum of RGB (Red+Green+Blue) = 192+80+149=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C05095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05095 is #3FAF6A. Grayscale: #797979. Windows color (decimal): -4173675 or 9785536. OLE color: 9785536.

HSL color Cylindrical-coordinate representation of color #C05095: hue angle of 323.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05095 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 149 -
CMYK 0 0.58 0.22 0.25
HSL 323.04º 0.47% 0.53% -
HSV(B) 323.04º 0.58% 0.75% -
XYZ 30.03 19.11 30.54 -
YUV 121.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 192 80 149 0 0.58 0.22 0.25 323.04 0.47 0.53
Hex C0 50 95 0 3A 16 19 143 2F 35
Octal 300 120 225 0 72 26 31 503 57 65
Binary 11000000 1010000 10010101 0 111010 10110 11001 101000011 101111 110101

Color Harmonies of #C05095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05095

Black with #C05095

Text Example


Text Example

White with #C05095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05095; }

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

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

background-color css

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

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

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

border-color css

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

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

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