Html Css Color HEX #C55289 Mulberry

📋 copy color: '#C55289'

red 197 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #C55289

Tints of Mulberry #C55289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 137 (53.91% from 255) = 32.93%

R = 47.36%
G = 19.71%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C55289 (or 0xC55289) is known color: Mulberry. HEX triplet: C5, 52 and 89. RGB value is (197,82,137). Sum of RGB (Red+Green+Blue) = 197+82+137=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C55289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55289 is #3AAD76. Grayscale: #7A7A7A. Windows color (decimal): -3845495 or 8999621. OLE color: 8999621.

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

Color convert

RGB 197 82 137 -
CMYK 0 0.58 0.30 0.23
HSL 331.3º 0.5% 0.55% -
HSV(B) 331.3º 0.58% 0.77% -
XYZ 30.56 19.71 25.86 -
YUV 122.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 197 82 137 0 0.58 0.30 0.23 331.3 0.5 0.55
Hex C5 52 89 0 3A 1E 17 14B 32 37
Octal 305 122 211 0 72 36 27 513 62 67
Binary 11000101 1010010 10001001 0 111010 11110 10111 101001011 110010 110111

Color Harmonies of #C55289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55289

Black with #C55289

Text Example


Text Example

White with #C55289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55289; }

 p { color: rgb(197,82,137); }

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

background-color css

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

 a { background-color: rgb(197,82,137); }

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

border-color css

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

 span { border-color: rgb(197,82,137); }

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