Html Css Color HEX #C15280 Mulberry

📋 copy color: '#C15280'

red 193 ◦ green 82 ◦ blue 128

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

Shades of Mulberry #C15280

Tints of Mulberry #C15280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 47.89%
G = 20.35%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15280 (or 0xC15280) is known color: Mulberry. HEX triplet: C1, 52 and 80. RGB value is (193,82,128). Sum of RGB (Red+Green+Blue) = 193+82+128=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C15280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15280 is #3EAD7F. Grayscale: #787878. Windows color (decimal): -4107648 or 8409793. OLE color: 8409793.

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

Color convert

RGB 193 82 128 -
CMYK 0 0.58 0.34 0.24
HSL 335.14º 0.47% 0.54% -
HSV(B) 335.14º 0.58% 0.76% -
XYZ 28.91 18.93 22.55 -
YUV 120.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 193 82 128 0 0.58 0.34 0.24 335.14 0.47 0.54
Hex C1 52 80 0 3A 22 18 14F 2F 36
Octal 301 122 200 0 72 42 30 517 57 66
Binary 11000001 1010010 10000000 0 111010 100010 11000 101001111 101111 110110

Color Harmonies of #C15280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15280

Black with #C15280

Text Example


Text Example

White with #C15280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15280; }

 p { color: rgb(193,82,128); }

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

background-color css

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

 a { background-color: rgb(193,82,128); }

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

border-color css

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

 span { border-color: rgb(193,82,128); }

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