Html Css Color HEX #C553A0 Mulberry

📋 copy color: '#C553A0'

red 197 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #C553A0

Tints of Mulberry #C553A0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.86%

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 44.77%
G = 18.86%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C553A0 (or 0xC553A0) is known color: Mulberry. HEX triplet: C5, 53 and A0. RGB value is (197,83,160). Sum of RGB (Red+Green+Blue) = 197+83+160=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C553A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C553A0 is #3AAC5F. Grayscale: #7D7D7D. Windows color (decimal): -3845216 or 10507205. OLE color: 10507205.

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

Color convert

RGB 197 83 160 -
CMYK 0 0.58 0.19 0.23
HSL 319.47º 0.5% 0.55% -
HSV(B) 319.47º 0.58% 0.77% -
XYZ 32.46 20.59 35.52 -
YUV 125.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 197 83 160 0 0.58 0.19 0.23 319.47 0.5 0.55
Hex C5 53 A0 0 3A 13 17 13F 32 37
Octal 305 123 240 0 72 23 27 477 62 67
Binary 11000101 1010011 10100000 0 111010 10011 10111 100111111 110010 110111

Color Harmonies of #C553A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553A0

Black with #C553A0

Text Example


Text Example

White with #C553A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553A0; }

 p { color: rgb(197,83,160); }

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

background-color css

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

 a { background-color: rgb(197,83,160); }

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

border-color css

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

 span { border-color: rgb(197,83,160); }

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