Html Css Color HEX #C55088 Mulberry

📋 copy color: '#C55088'

red 197 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #C55088

Tints of Mulberry #C55088

RGB

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

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

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

R = 47.7%
G = 19.37%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C55088 (or 0xC55088) is known color: Mulberry. HEX triplet: C5, 50 and 88. RGB value is (197,80,136). Sum of RGB (Red+Green+Blue) = 197+80+136=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55088 is #3AAF77. Grayscale: #797979. Windows color (decimal): -3846008 or 8933573. OLE color: 8933573.

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

Color convert

RGB 197 80 136 -
CMYK 0 0.59 0.31 0.23
HSL 331.28º 0.5% 0.54% -
HSV(B) 331.28º 0.59% 0.77% -
XYZ 30.34 19.39 25.44 -
YUV 121.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 197 80 136 0 0.59 0.31 0.23 331.28 0.5 0.54
Hex C5 50 88 0 3B 1F 17 14B 32 36
Octal 305 120 210 0 73 37 27 513 62 66
Binary 11000101 1010000 10001000 0 111011 11111 10111 101001011 110010 110110

Color Harmonies of #C55088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55088

Black with #C55088

Text Example


Text Example

White with #C55088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55088; }

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

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

background-color css

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

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

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

border-color css

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

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

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