Html Css Color HEX #C550A6 Mulberry

📋 copy color: '#C550A6'

red 197 ◦ green 80 ◦ blue 166

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

Shades of Mulberry #C550A6

Tints of Mulberry #C550A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.47%

R = 44.47%
G = 18.06%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C550A6 (or 0xC550A6) is known color: Mulberry. HEX triplet: C5, 50 and A6. RGB value is (197,80,166). Sum of RGB (Red+Green+Blue) = 197+80+166=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C550A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550A6 is #3AAF59. Grayscale: #7C7C7C. Windows color (decimal): -3845978 or 10899653. OLE color: 10899653.

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

Color convert

RGB 197 80 166 -
CMYK 0 0.59 0.16 0.23
HSL 315.9º 0.5% 0.54% -
HSV(B) 315.9º 0.59% 0.77% -
XYZ 32.78 20.36 38.28 -
YUV 124.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 197 80 166 0 0.59 0.16 0.23 315.9 0.5 0.54
Hex C5 50 A6 0 3B 10 17 13C 32 36
Octal 305 120 246 0 73 20 27 474 62 66
Binary 11000101 1010000 10100110 0 111011 10000 10111 100111100 110010 110110

Color Harmonies of #C550A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550A6

Black with #C550A6

Text Example


Text Example

White with #C550A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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