Html Css Color HEX #C15582 Mulberry

📋 copy color: '#C15582'

red 193 ◦ green 85 ◦ blue 130

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

Shades of Mulberry #C15582

Tints of Mulberry #C15582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 47.3%
G = 20.83%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C15582 (or 0xC15582) is known color: Mulberry. HEX triplet: C1, 55 and 82. RGB value is (193,85,130). Sum of RGB (Red+Green+Blue) = 193+85+130=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C15582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15582 is #3EAA7D. Grayscale: #7A7A7A. Windows color (decimal): -4106878 or 8541633. OLE color: 8541633.

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

Color convert

RGB 193 85 130 -
CMYK 0 0.56 0.33 0.24
HSL 335º 0.47% 0.55% -
HSV(B) 335º 0.56% 0.76% -
XYZ 29.27 19.45 23.33 -
YUV 122.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 193 85 130 0 0.56 0.33 0.24 335 0.47 0.55
Hex C1 55 82 0 38 21 18 14F 2F 37
Octal 301 125 202 0 70 41 30 517 57 67
Binary 11000001 1010101 10000010 0 111000 100001 11000 101001111 101111 110111

Color Harmonies of #C15582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15582

Black with #C15582

Text Example


Text Example

White with #C15582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15582; }

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

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

background-color css

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

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

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

border-color css

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

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

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