Html Css Color HEX #C15882 Mulberry

📋 copy color: '#C15882'

red 193 ◦ green 88 ◦ blue 130

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

Shades of Mulberry #C15882

Tints of Mulberry #C15882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 46.96%
G = 21.41%
B = 31.63%

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

#C15882 (or 0xC15882) is known color: Mulberry. HEX triplet: C1, 58 and 82. RGB value is (193,88,130). Sum of RGB (Red+Green+Blue) = 193+88+130=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C15882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15882 is #3EA77D. Grayscale: #7C7C7C. Windows color (decimal): -4106110 or 8542401. OLE color: 8542401.

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

Color convert

RGB 193 88 130 -
CMYK 0 0.54 0.33 0.24
HSL 336º 0.46% 0.55% -
HSV(B) 336º 0.54% 0.76% -
XYZ 29.51 19.93 23.41 -
YUV 124.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 193 88 130 0 0.54 0.33 0.24 336 0.46 0.55
Hex C1 58 82 0 36 21 18 150 2E 37
Octal 301 130 202 0 66 41 30 520 56 67
Binary 11000001 1011000 10000010 0 110110 100001 11000 101010000 101110 110111

Color Harmonies of #C15882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15882

Black with #C15882

Text Example


Text Example

White with #C15882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15882; }

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

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

background-color css

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

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

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

border-color css

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

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

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