Html Css Color HEX #C04486 Mulberry

📋 copy color: '#C04486'

red 192 ◦ green 68 ◦ blue 134

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

Shades of Mulberry #C04486

Tints of Mulberry #C04486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

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

R = 48.73%
G = 17.26%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C04486 (or 0xC04486) is known color: Mulberry. HEX triplet: C0, 44 and 86. RGB value is (192,68,134). Sum of RGB (Red+Green+Blue) = 192+68+134=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04486 is #3FBB79. Grayscale: #707070. Windows color (decimal): -4176762 or 8799424. OLE color: 8799424.

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

Color convert

RGB 192 68 134 -
CMYK 0 0.65 0.30 0.25
HSL 328.06º 0.5% 0.51% -
HSV(B) 328.06º 0.65% 0.75% -
XYZ 28.11 17.06 24.37 -
YUV 112.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 192 68 134 0 0.65 0.30 0.25 328.06 0.5 0.51
Hex C0 44 86 0 41 1E 19 148 32 33
Octal 300 104 206 0 101 36 31 510 62 63
Binary 11000000 1000100 10000110 0 1000001 11110 11001 101001000 110010 110011

Color Harmonies of #C04486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04486

Black with #C04486

Text Example


Text Example

White with #C04486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04486; }

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

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

background-color css

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

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

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

border-color css

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

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

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