Html Css Color HEX #C15588 Mulberry

📋 copy color: '#C15588'

red 193 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #C15588

Tints of Mulberry #C15588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 46.62%
G = 20.53%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C15588 (or 0xC15588) is known color: Mulberry. HEX triplet: C1, 55 and 88. RGB value is (193,85,136). Sum of RGB (Red+Green+Blue) = 193+85+136=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C15588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15588 is #3EAA77. Grayscale: #7B7B7B. Windows color (decimal): -4106872 or 8934849. OLE color: 8934849.

HSL color Cylindrical-coordinate representation of color #C15588: hue angle of 331.67º 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 #C15588 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 136 -
CMYK 0 0.56 0.30 0.24
HSL 331.67º 0.47% 0.55% -
HSV(B) 331.67º 0.56% 0.76% -
XYZ 29.68 19.61 25.51 -
YUV 123.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 193 85 136 0 0.56 0.30 0.24 331.67 0.47 0.55
Hex C1 55 88 0 38 1E 18 14C 2F 37
Octal 301 125 210 0 70 36 30 514 57 67
Binary 11000001 1010101 10001000 0 111000 11110 11000 101001100 101111 110111

Color Harmonies of #C15588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15588

Black with #C15588

Text Example


Text Example

White with #C15588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15588; }

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

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

background-color css

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

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

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

border-color css

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

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

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