Html Css Color HEX #C05994 Mulberry

📋 copy color: '#C05994'

red 192 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #C05994

Tints of Mulberry #C05994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.75%

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

R = 44.76%
G = 20.75%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05994 (or 0xC05994) is known color: Mulberry. HEX triplet: C0, 59 and 94. RGB value is (192,89,148). Sum of RGB (Red+Green+Blue) = 192+89+148=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C05994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05994 is #3FA66B. Grayscale: #7E7E7E. Windows color (decimal): -4171372 or 9722304. OLE color: 9722304.

HSL color Cylindrical-coordinate representation of color #C05994: hue angle of 325.63º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05994 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 148 -
CMYK 0 0.54 0.23 0.25
HSL 325.63º 0.45% 0.55% -
HSV(B) 325.63º 0.54% 0.75% -
XYZ 30.66 20.49 30.36 -
YUV 126.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 192 89 148 0 0.54 0.23 0.25 325.63 0.45 0.55
Hex C0 59 94 0 36 17 19 146 2D 37
Octal 300 131 224 0 66 27 31 506 55 67
Binary 11000000 1011001 10010100 0 110110 10111 11001 101000110 101101 110111

Color Harmonies of #C05994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05994

Black with #C05994

Text Example


Text Example

White with #C05994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05994; }

 p { color: rgb(192,89,148); }

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

background-color css

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

 a { background-color: rgb(192,89,148); }

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

border-color css

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

 span { border-color: rgb(192,89,148); }

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