Html Css Color HEX #C55086 Mulberry

📋 copy color: '#C55086'

red 197 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #C55086

Tints of Mulberry #C55086

RGB

 RED value IS 197 (77.34% from 255) = 47.93%

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

 BLUE value IS 134 (52.73% from 255) = 32.6%

R = 47.93%
G = 19.46%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C55086 (or 0xC55086) is known color: Mulberry. HEX triplet: C5, 50 and 86. RGB value is (197,80,134). Sum of RGB (Red+Green+Blue) = 197+80+134=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C55086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55086 is #3AAF79. Grayscale: #797979. Windows color (decimal): -3846010 or 8802501. OLE color: 8802501.

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

Color convert

RGB 197 80 134 -
CMYK 0 0.59 0.32 0.23
HSL 332.31º 0.5% 0.54% -
HSV(B) 332.31º 0.59% 0.77% -
XYZ 30.2 19.33 24.69 -
YUV 121.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 197 80 134 0 0.59 0.32 0.23 332.31 0.5 0.54
Hex C5 50 86 0 3B 20 17 14C 32 36
Octal 305 120 206 0 73 40 27 514 62 66
Binary 11000101 1010000 10000110 0 111011 100000 10111 101001100 110010 110110

Color Harmonies of #C55086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55086

Black with #C55086

Text Example


Text Example

White with #C55086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55086; }

 p { color: rgb(197,80,134); }

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

background-color css

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

 a { background-color: rgb(197,80,134); }

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

border-color css

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

 span { border-color: rgb(197,80,134); }

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