Html Css Color HEX #C15982 Mulberry

📋 copy color: '#C15982'

red 193 ◦ green 89 ◦ blue 130

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

Shades of Mulberry #C15982

Tints of Mulberry #C15982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

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

R = 46.84%
G = 21.6%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C15982 (or 0xC15982) is known color: Mulberry. HEX triplet: C1, 59 and 82. RGB value is (193,89,130). Sum of RGB (Red+Green+Blue) = 193+89+130=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C15982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15982 is #3EA67D. Grayscale: #7C7C7C. Windows color (decimal): -4105854 or 8542657. OLE color: 8542657.

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

Color convert

RGB 193 89 130 -
CMYK 0 0.54 0.33 0.24
HSL 336.35º 0.46% 0.55% -
HSV(B) 336.35º 0.54% 0.76% -
XYZ 29.59 20.09 23.44 -
YUV 124.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 193 89 130 0 0.54 0.33 0.24 336.35 0.46 0.55
Hex C1 59 82 0 36 21 18 150 2E 37
Octal 301 131 202 0 66 41 30 520 56 67
Binary 11000001 1011001 10000010 0 110110 100001 11000 101010000 101110 110111

Color Harmonies of #C15982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15982

Black with #C15982

Text Example


Text Example

White with #C15982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15982; }

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

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

background-color css

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

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

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

border-color css

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

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

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