Html Css Color HEX #C04586 Mulberry

📋 copy color: '#C04586'

red 192 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #C04586

Tints of Mulberry #C04586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 48.61%
G = 17.47%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C04586 (or 0xC04586) is known color: Mulberry. HEX triplet: C0, 45 and 86. RGB value is (192,69,134). Sum of RGB (Red+Green+Blue) = 192+69+134=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04586 is #3FBA79. Grayscale: #717171. Windows color (decimal): -4176506 or 8799680. OLE color: 8799680.

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

Color convert

RGB 192 69 134 -
CMYK 0 0.64 0.30 0.25
HSL 328.29º 0.49% 0.51% -
HSV(B) 328.29º 0.64% 0.75% -
XYZ 28.17 17.18 24.39 -
YUV 113.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 192 69 134 0 0.64 0.30 0.25 328.29 0.49 0.51
Hex C0 45 86 0 40 1E 19 148 31 33
Octal 300 105 206 0 100 36 31 510 61 63
Binary 11000000 1000101 10000110 0 1000000 11110 11001 101001000 110001 110011

Color Harmonies of #C04586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04586

Black with #C04586

Text Example


Text Example

White with #C04586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04586; }

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

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

background-color css

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

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

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

border-color css

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

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

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