Html Css Color HEX #C04396 Mulberry

📋 copy color: '#C04396'

red 192 ◦ green 67 ◦ blue 150

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

Shades of Mulberry #C04396

Tints of Mulberry #C04396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.38%

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

R = 46.94%
G = 16.38%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04396 (or 0xC04396) is known color: Mulberry. HEX triplet: C0, 43 and 96. RGB value is (192,67,150). Sum of RGB (Red+Green+Blue) = 192+67+150=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04396 is #3FBC69. Grayscale: #717171. Windows color (decimal): -4177002 or 9847744. OLE color: 9847744.

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

Color convert

RGB 192 67 150 -
CMYK 0 0.65 0.22 0.25
HSL 320.16º 0.5% 0.51% -
HSV(B) 320.16º 0.65% 0.75% -
XYZ 29.25 17.42 30.68 -
YUV 113.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 192 67 150 0 0.65 0.22 0.25 320.16 0.5 0.51
Hex C0 43 96 0 41 16 19 140 32 33
Octal 300 103 226 0 101 26 31 500 62 63
Binary 11000000 1000011 10010110 0 1000001 10110 11001 101000000 110010 110011

Color Harmonies of #C04396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04396

Black with #C04396

Text Example


Text Example

White with #C04396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04396; }

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

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

background-color css

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

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

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

border-color css

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

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

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