Html Css Color HEX #C5508E Mulberry

📋 copy color: '#C5508E'

red 197 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #C5508E

Tints of Mulberry #C5508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 47.02%
G = 19.09%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5508E (or 0xC5508E) is known color: Mulberry. HEX triplet: C5, 50 and 8E. RGB value is (197,80,142). Sum of RGB (Red+Green+Blue) = 197+80+142=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5508E is #3AAF71. Grayscale: #797979. Windows color (decimal): -3846002 or 9326789. OLE color: 9326789.

HSL color Cylindrical-coordinate representation of color #C5508E: hue angle of 328.21º 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 #C5508E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 142 -
CMYK 0 0.59 0.28 0.23
HSL 328.21º 0.5% 0.54% -
HSV(B) 328.21º 0.59% 0.77% -
XYZ 30.78 19.56 27.74 -
YUV 122.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 197 80 142 0 0.59 0.28 0.23 328.21 0.5 0.54
Hex C5 50 8E 0 3B 1C 17 148 32 36
Octal 305 120 216 0 73 34 27 510 62 66
Binary 11000101 1010000 10001110 0 111011 11100 10111 101001000 110010 110110

Color Harmonies of #C5508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5508E

Black with #C5508E

Text Example


Text Example

White with #C5508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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