Html Css Color HEX #C55484 Mulberry

📋 copy color: '#C55484'

red 197 ◦ green 84 ◦ blue 132

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

Shades of Mulberry #C55484

Tints of Mulberry #C55484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.34%

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 47.7%
G = 20.34%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C55484 (or 0xC55484) is known color: Mulberry. HEX triplet: C5, 54 and 84. RGB value is (197,84,132). Sum of RGB (Red+Green+Blue) = 197+84+132=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55484 is #3AAB7B. Grayscale: #7B7B7B. Windows color (decimal): -3844988 or 8672453. OLE color: 8672453.

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

Color convert

RGB 197 84 132 -
CMYK 0 0.57 0.33 0.23
HSL 334.51º 0.49% 0.55% -
HSV(B) 334.51º 0.57% 0.77% -
XYZ 30.36 19.88 24.07 -
YUV 123.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 197 84 132 0 0.57 0.33 0.23 334.51 0.49 0.55
Hex C5 54 84 0 39 21 17 14F 31 37
Octal 305 124 204 0 71 41 27 517 61 67
Binary 11000101 1010100 10000100 0 111001 100001 10111 101001111 110001 110111

Color Harmonies of #C55484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55484

Black with #C55484

Text Example


Text Example

White with #C55484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55484; }

 p { color: rgb(197,84,132); }

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

background-color css

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

 a { background-color: rgb(197,84,132); }

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

border-color css

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

 span { border-color: rgb(197,84,132); }

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