Html Css Color HEX #C04584 Mulberry

📋 copy color: '#C04584'

red 192 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #C04584

Tints of Mulberry #C04584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.56%

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 48.85%
G = 17.56%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04584 (or 0xC04584) is known color: Mulberry. HEX triplet: C0, 45 and 84. RGB value is (192,69,132). Sum of RGB (Red+Green+Blue) = 192+69+132=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04584 is #3FBA7B. Grayscale: #707070. Windows color (decimal): -4176508 or 8668608. OLE color: 8668608.

HSL color Cylindrical-coordinate representation of color #C04584: hue angle of 329.27º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04584 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 132 -
CMYK 0 0.64 0.31 0.25
HSL 329.27º 0.49% 0.51% -
HSV(B) 329.27º 0.64% 0.75% -
XYZ 28.03 17.13 23.66 -
YUV 112.96 138.75 184.38 -
System Red Green Blue C M Y K H S L
Decimal 192 69 132 0 0.64 0.31 0.25 329.27 0.49 0.51
Hex C0 45 84 0 40 1F 19 149 31 33
Octal 300 105 204 0 100 37 31 511 61 63
Binary 11000000 1000101 10000100 0 1000000 11111 11001 101001001 110001 110011

Color Harmonies of #C04584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04584

Black with #C04584

Text Example


Text Example

White with #C04584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04584; }

 p { color: rgb(192,69,132); }

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

background-color css

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

 a { background-color: rgb(192,69,132); }

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

border-color css

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

 span { border-color: rgb(192,69,132); }

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