Html Css Color HEX #C15596 Mulberry

📋 copy color: '#C15596'

red 193 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #C15596

Tints of Mulberry #C15596

RGB

 RED value IS 193 (75.78% from 255) = 45.09%

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

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

R = 45.09%
G = 19.86%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C15596 (or 0xC15596) is known color: Mulberry. HEX triplet: C1, 55 and 96. RGB value is (193,85,150). Sum of RGB (Red+Green+Blue) = 193+85+150=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C15596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15596 is #3EAA69. Grayscale: #7C7C7C. Windows color (decimal): -4106858 or 9852353. OLE color: 9852353.

HSL color Cylindrical-coordinate representation of color #C15596: hue angle of 323.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15596 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 150 -
CMYK 0 0.56 0.22 0.24
HSL 323.89º 0.47% 0.55% -
HSV(B) 323.89º 0.56% 0.76% -
XYZ 30.75 20.04 31.1 -
YUV 124.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 193 85 150 0 0.56 0.22 0.24 323.89 0.47 0.55
Hex C1 55 96 0 38 16 18 144 2F 37
Octal 301 125 226 0 70 26 30 504 57 67
Binary 11000001 1010101 10010110 0 111000 10110 11000 101000100 101111 110111

Color Harmonies of #C15596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15596

Black with #C15596

Text Example


Text Example

White with #C15596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15596; }

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

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

background-color css

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

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

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

border-color css

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

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

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