Html Css Color HEX #C55397 Mulberry

📋 copy color: '#C55397'

red 197 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #C55397

Tints of Mulberry #C55397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 45.71%
G = 19.26%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C55397 (or 0xC55397) is known color: Mulberry. HEX triplet: C5, 53 and 97. RGB value is (197,83,151). Sum of RGB (Red+Green+Blue) = 197+83+151=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C55397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55397 is #3AAC68. Grayscale: #7C7C7C. Windows color (decimal): -3845225 or 9917381. OLE color: 9917381.

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

Color convert

RGB 197 83 151 -
CMYK 0 0.58 0.23 0.23
HSL 324.21º 0.5% 0.55% -
HSV(B) 324.21º 0.58% 0.77% -
XYZ 31.71 20.29 31.52 -
YUV 124.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 197 83 151 0 0.58 0.23 0.23 324.21 0.5 0.55
Hex C5 53 97 0 3A 17 17 144 32 37
Octal 305 123 227 0 72 27 27 504 62 67
Binary 11000101 1010011 10010111 0 111010 10111 10111 101000100 110010 110111

Color Harmonies of #C55397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55397

Black with #C55397

Text Example


Text Example

White with #C55397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55397; }

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

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

background-color css

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

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

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

border-color css

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

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

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