Html Css Color HEX #C5509A Mulberry

📋 copy color: '#C5509A'

red 197 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #C5509A

Tints of Mulberry #C5509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 45.71%
G = 18.56%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5509A (or 0xC5509A) is known color: Mulberry. HEX triplet: C5, 50 and 9A. RGB value is (197,80,154). Sum of RGB (Red+Green+Blue) = 197+80+154=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5509A is #3AAF65. Grayscale: #7B7B7B. Windows color (decimal): -3845990 or 10113221. OLE color: 10113221.

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

Color convert

RGB 197 80 154 -
CMYK 0 0.59 0.22 0.23
HSL 322.05º 0.5% 0.54% -
HSV(B) 322.05º 0.59% 0.77% -
XYZ 31.73 19.94 32.75 -
YUV 123.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 197 80 154 0 0.59 0.22 0.23 322.05 0.5 0.54
Hex C5 50 9A 0 3B 16 17 142 32 36
Octal 305 120 232 0 73 26 27 502 62 66
Binary 11000101 1010000 10011010 0 111011 10110 10111 101000010 110010 110110

Color Harmonies of #C5509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5509A

Black with #C5509A

Text Example


Text Example

White with #C5509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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