Html Css Color HEX #C05894 Mulberry

📋 copy color: '#C05894'

red 192 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #C05894

Tints of Mulberry #C05894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.56%

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

R = 44.86%
G = 20.56%
B = 34.58%

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

#C05894 (or 0xC05894) is known color: Mulberry. HEX triplet: C0, 58 and 94. RGB value is (192,88,148). Sum of RGB (Red+Green+Blue) = 192+88+148=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05894 is #3FA76B. Grayscale: #7D7D7D. Windows color (decimal): -4171628 or 9722048. OLE color: 9722048.

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

Color convert

RGB 192 88 148 -
CMYK 0 0.54 0.23 0.25
HSL 325.38º 0.45% 0.55% -
HSV(B) 325.38º 0.54% 0.75% -
XYZ 30.57 20.32 30.33 -
YUV 125.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 192 88 148 0 0.54 0.23 0.25 325.38 0.45 0.55
Hex C0 58 94 0 36 17 19 145 2D 37
Octal 300 130 224 0 66 27 31 505 55 67
Binary 11000000 1011000 10010100 0 110110 10111 11001 101000101 101101 110111

Color Harmonies of #C05894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05894

Black with #C05894

Text Example


Text Example

White with #C05894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05894; }

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

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

background-color css

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

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

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

border-color css

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

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

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