Html Css Color HEX #C04E8C Mulberry

📋 copy color: '#C04E8C'

red 192 ◦ green 78 ◦ blue 140

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

Shades of Mulberry #C04E8C

Tints of Mulberry #C04E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.02%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 46.83%
G = 19.02%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C04E8C (or 0xC04E8C) is known color: Mulberry. HEX triplet: C0, 4E and 8C. RGB value is (192,78,140). Sum of RGB (Red+Green+Blue) = 192+78+140=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E8C is #3FB173. Grayscale: #777777. Windows color (decimal): -4174196 or 9195200. OLE color: 9195200.

HSL color Cylindrical-coordinate representation of color #C04E8C: hue angle of 327.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E8C is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 140 -
CMYK 0 0.59 0.27 0.25
HSL 327.37º 0.48% 0.53% -
HSV(B) 327.37º 0.59% 0.75% -
XYZ 29.2 18.55 26.85 -
YUV 119.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 192 78 140 0 0.59 0.27 0.25 327.37 0.48 0.53
Hex C0 4E 8C 0 3B 1B 19 147 30 35
Octal 300 116 214 0 73 33 31 507 60 65
Binary 11000000 1001110 10001100 0 111011 11011 11001 101000111 110000 110101

Color Harmonies of #C04E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E8C

Black with #C04E8C

Text Example


Text Example

White with #C04E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E8C; }

 p { color: rgb(192,78,140); }

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

background-color css

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

 a { background-color: rgb(192,78,140); }

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

border-color css

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

 span { border-color: rgb(192,78,140); }

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