Html Css Color HEX #C5508F Mulberry

📋 copy color: '#C5508F'

red 197 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #C5508F

Tints of Mulberry #C5508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 46.9%
G = 19.05%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5508F (or 0xC5508F) is known color: Mulberry. HEX triplet: C5, 50 and 8F. RGB value is (197,80,143). Sum of RGB (Red+Green+Blue) = 197+80+143=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5508F is #3AAF70. Grayscale: #7A7A7A. Windows color (decimal): -3846001 or 9392325. OLE color: 9392325.

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

Color convert

RGB 197 80 143 -
CMYK 0 0.59 0.27 0.23
HSL 327.69º 0.5% 0.54% -
HSV(B) 327.69º 0.59% 0.77% -
XYZ 30.85 19.59 28.14 -
YUV 122.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 197 80 143 0 0.59 0.27 0.23 327.69 0.5 0.54
Hex C5 50 8F 0 3B 1B 17 148 32 36
Octal 305 120 217 0 73 33 27 510 62 66
Binary 11000101 1010000 10001111 0 111011 11011 10111 101001000 110010 110110

Color Harmonies of #C5508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5508F

Black with #C5508F

Text Example


Text Example

White with #C5508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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