Html Css Color HEX #C05594 Mulberry

📋 copy color: '#C05594'

red 192 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #C05594

Tints of Mulberry #C05594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

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

R = 45.18%
G = 20%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05594 (or 0xC05594) is known color: Mulberry. HEX triplet: C0, 55 and 94. RGB value is (192,85,148). Sum of RGB (Red+Green+Blue) = 192+85+148=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05594 is #3FAA6B. Grayscale: #7C7C7C. Windows color (decimal): -4172396 or 9721280. OLE color: 9721280.

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

Color convert

RGB 192 85 148 -
CMYK 0 0.56 0.23 0.25
HSL 324.67º 0.46% 0.54% -
HSV(B) 324.67º 0.56% 0.75% -
XYZ 30.33 19.84 30.25 -
YUV 124.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 192 85 148 0 0.56 0.23 0.25 324.67 0.46 0.54
Hex C0 55 94 0 38 17 19 145 2E 36
Octal 300 125 224 0 70 27 31 505 56 66
Binary 11000000 1010101 10010100 0 111000 10111 11001 101000101 101110 110110

Color Harmonies of #C05594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05594

Black with #C05594

Text Example


Text Example

White with #C05594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05594; }

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

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

background-color css

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

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

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

border-color css

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

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

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