Html Css Color HEX #C15084 Mulberry

📋 copy color: '#C15084'

red 193 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #C15084

Tints of Mulberry #C15084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 47.65%
G = 19.75%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C15084 (or 0xC15084) is known color: Mulberry. HEX triplet: C1, 50 and 84. RGB value is (193,80,132). Sum of RGB (Red+Green+Blue) = 193+80+132=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C15084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15084 is #3EAF7B. Grayscale: #777777. Windows color (decimal): -4108156 or 8671425. OLE color: 8671425.

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

Color convert

RGB 193 80 132 -
CMYK 0 0.59 0.32 0.24
HSL 332.39º 0.48% 0.54% -
HSV(B) 332.39º 0.59% 0.76% -
XYZ 29.03 18.74 23.92 -
YUV 119.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 193 80 132 0 0.59 0.32 0.24 332.39 0.48 0.54
Hex C1 50 84 0 3B 20 18 14C 30 36
Octal 301 120 204 0 73 40 30 514 60 66
Binary 11000001 1010000 10000100 0 111011 100000 11000 101001100 110000 110110

Color Harmonies of #C15084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15084

Black with #C15084

Text Example


Text Example

White with #C15084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15084; }

 p { color: rgb(193,80,132); }

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

background-color css

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

 a { background-color: rgb(193,80,132); }

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

border-color css

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

 span { border-color: rgb(193,80,132); }

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