Html Css Color HEX #C04796 Mulberry

📋 copy color: '#C04796'

red 192 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #C04796

Tints of Mulberry #C04796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 46.49%
G = 17.19%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04796 (or 0xC04796) is known color: Mulberry. HEX triplet: C0, 47 and 96. RGB value is (192,71,150). Sum of RGB (Red+Green+Blue) = 192+71+150=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C04796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04796 is #3FB869. Grayscale: #737373. Windows color (decimal): -4175978 or 9848768. OLE color: 9848768.

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

Color convert

RGB 192 71 150 -
CMYK 0 0.63 0.22 0.25
HSL 320.83º 0.49% 0.52% -
HSV(B) 320.83º 0.63% 0.75% -
XYZ 29.5 17.91 30.76 -
YUV 116.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 192 71 150 0 0.63 0.22 0.25 320.83 0.49 0.52
Hex C0 47 96 0 3F 16 19 141 31 34
Octal 300 107 226 0 77 26 31 501 61 64
Binary 11000000 1000111 10010110 0 111111 10110 11001 101000001 110001 110100

Color Harmonies of #C04796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04796

Black with #C04796

Text Example


Text Example

White with #C04796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04796; }

 p { color: rgb(192,71,150); }

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

background-color css

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

 a { background-color: rgb(192,71,150); }

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

border-color css

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

 span { border-color: rgb(192,71,150); }

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