Html Css Color HEX #C04096 Mulberry

📋 copy color: '#C04096'

red 192 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #C04096

Tints of Mulberry #C04096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 47.29%
G = 15.76%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04096 (or 0xC04096) is known color: Mulberry. HEX triplet: C0, 40 and 96. RGB value is (192,64,150). Sum of RGB (Red+Green+Blue) = 192+64+150=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C04096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04096 is #3FBF69. Grayscale: #6F6F6F. Windows color (decimal): -4177770 or 9846976. OLE color: 9846976.

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

Color convert

RGB 192 64 150 -
CMYK 0 0.67 0.22 0.25
HSL 319.69º 0.5% 0.5% -
HSV(B) 319.69º 0.67% 0.75% -
XYZ 29.08 17.08 30.62 -
YUV 112.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 192 64 150 0 0.67 0.22 0.25 319.69 0.5 0.5
Hex C0 40 96 0 43 16 19 140 32 32
Octal 300 100 226 0 103 26 31 500 62 62
Binary 11000000 1000000 10010110 0 1000011 10110 11001 101000000 110010 110010

Color Harmonies of #C04096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04096

Black with #C04096

Text Example


Text Example

White with #C04096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04096; }

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

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

background-color css

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

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

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

border-color css

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

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

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