Html Css Color HEX #C55488 Mulberry

📋 copy color: '#C55488'

red 197 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #C55488

Tints of Mulberry #C55488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 47.24%
G = 20.14%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C55488 (or 0xC55488) is known color: Mulberry. HEX triplet: C5, 54 and 88. RGB value is (197,84,136). Sum of RGB (Red+Green+Blue) = 197+84+136=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C55488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55488 is #3AAB77. Grayscale: #7B7B7B. Windows color (decimal): -3844984 or 8934597. OLE color: 8934597.

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

Color convert

RGB 197 84 136 -
CMYK 0 0.57 0.31 0.23
HSL 332.39º 0.49% 0.55% -
HSV(B) 332.39º 0.57% 0.77% -
XYZ 30.64 19.99 25.54 -
YUV 123.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 197 84 136 0 0.57 0.31 0.23 332.39 0.49 0.55
Hex C5 54 88 0 39 1F 17 14C 31 37
Octal 305 124 210 0 71 37 27 514 61 67
Binary 11000101 1010100 10001000 0 111001 11111 10111 101001100 110001 110111

Color Harmonies of #C55488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55488

Black with #C55488

Text Example


Text Example

White with #C55488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55488; }

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

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

background-color css

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

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

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

border-color css

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

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

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