Html Css Color HEX #C55297 Mulberry

📋 copy color: '#C55297'

red 197 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #C55297

Tints of Mulberry #C55297

RGB

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

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

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

R = 45.81%
G = 19.07%
B = 35.12%

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

#C55297 (or 0xC55297) is known color: Mulberry. HEX triplet: C5, 52 and 97. RGB value is (197,82,151). Sum of RGB (Red+Green+Blue) = 197+82+151=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55297 is #3AAD68. Grayscale: #7C7C7C. Windows color (decimal): -3845481 or 9917125. OLE color: 9917125.

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

Color convert

RGB 197 82 151 -
CMYK 0 0.58 0.23 0.23
HSL 324º 0.5% 0.55% -
HSV(B) 324º 0.58% 0.77% -
XYZ 31.63 20.14 31.5 -
YUV 124.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 197 82 151 0 0.58 0.23 0.23 324 0.5 0.55
Hex C5 52 97 0 3A 17 17 144 32 37
Octal 305 122 227 0 72 27 27 504 62 67
Binary 11000101 1010010 10010111 0 111010 10111 10111 101000100 110010 110111

Color Harmonies of #C55297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55297

Black with #C55297

Text Example


Text Example

White with #C55297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55297; }

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

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

background-color css

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

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

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

border-color css

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

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

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