Html Css Color HEX #C05596 Mulberry

📋 copy color: '#C05596'

red 192 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #C05596

Tints of Mulberry #C05596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.91%

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

R = 44.96%
G = 19.91%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05596 (or 0xC05596) is known color: Mulberry. HEX triplet: C0, 55 and 96. RGB value is (192,85,150). Sum of RGB (Red+Green+Blue) = 192+85+150=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C05596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05596 is #3FAA69. Grayscale: #7C7C7C. Windows color (decimal): -4172394 or 9852352. OLE color: 9852352.

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

Color convert

RGB 192 85 150 -
CMYK 0 0.56 0.22 0.25
HSL 323.55º 0.46% 0.54% -
HSV(B) 323.55º 0.56% 0.75% -
XYZ 30.49 19.91 31.09 -
YUV 124.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 192 85 150 0 0.56 0.22 0.25 323.55 0.46 0.54
Hex C0 55 96 0 38 16 19 144 2E 36
Octal 300 125 226 0 70 26 31 504 56 66
Binary 11000000 1010101 10010110 0 111000 10110 11001 101000100 101110 110110

Color Harmonies of #C05596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05596

Black with #C05596

Text Example


Text Example

White with #C05596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05596; }

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

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

background-color css

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

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

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

border-color css

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

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

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