Html Css Color HEX #C05796 Mulberry

📋 copy color: '#C05796'

red 192 ◦ green 87 ◦ blue 150

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

Shades of Mulberry #C05796

Tints of Mulberry #C05796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.28%

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

R = 44.76%
G = 20.28%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05796 (or 0xC05796) is known color: Mulberry. HEX triplet: C0, 57 and 96. RGB value is (192,87,150). Sum of RGB (Red+Green+Blue) = 192+87+150=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C05796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05796 is #3FA869. Grayscale: #7D7D7D. Windows color (decimal): -4171882 or 9852864. OLE color: 9852864.

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

Color convert

RGB 192 87 150 -
CMYK 0 0.55 0.22 0.25
HSL 324º 0.45% 0.55% -
HSV(B) 324º 0.55% 0.75% -
XYZ 30.65 20.22 31.14 -
YUV 125.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 192 87 150 0 0.55 0.22 0.25 324 0.45 0.55
Hex C0 57 96 0 37 16 19 144 2D 37
Octal 300 127 226 0 67 26 31 504 55 67
Binary 11000000 1010111 10010110 0 110111 10110 11001 101000100 101101 110111

Color Harmonies of #C05796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05796

Black with #C05796

Text Example


Text Example

White with #C05796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05796; }

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

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

background-color css

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

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

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

border-color css

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

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

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