Html Css Color HEX #C04C95 Mulberry

📋 copy color: '#C04C95'

red 192 ◦ green 76 ◦ blue 149

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

Shades of Mulberry #C04C95

Tints of Mulberry #C04C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 46.04%
G = 18.23%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04C95 (or 0xC04C95) is known color: Mulberry. HEX triplet: C0, 4C and 95. RGB value is (192,76,149). Sum of RGB (Red+Green+Blue) = 192+76+149=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C95 is #3FB36A. Grayscale: #767676. Windows color (decimal): -4174699 or 9784512. OLE color: 9784512.

HSL color Cylindrical-coordinate representation of color #C04C95: hue angle of 322.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C95 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 149 -
CMYK 0 0.60 0.22 0.25
HSL 322.24º 0.48% 0.53% -
HSV(B) 322.24º 0.6% 0.75% -
XYZ 29.75 18.55 30.45 -
YUV 119.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 192 76 149 0 0.60 0.22 0.25 322.24 0.48 0.53
Hex C0 4C 95 0 3C 16 19 142 30 35
Octal 300 114 225 0 74 26 31 502 60 65
Binary 11000000 1001100 10010101 0 111100 10110 11001 101000010 110000 110101

Color Harmonies of #C04C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C95

Black with #C04C95

Text Example


Text Example

White with #C04C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C95; }

 p { color: rgb(192,76,149); }

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

background-color css

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

 a { background-color: rgb(192,76,149); }

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

border-color css

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

 span { border-color: rgb(192,76,149); }

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