Html Css Color HEX #C55286 Mulberry

📋 copy color: '#C55286'

red 197 ◦ green 82 ◦ blue 134

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

Shades of Mulberry #C55286

Tints of Mulberry #C55286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.45%

R = 47.7%
G = 19.85%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C55286 (or 0xC55286) is known color: Mulberry. HEX triplet: C5, 52 and 86. RGB value is (197,82,134). Sum of RGB (Red+Green+Blue) = 197+82+134=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55286 is #3AAD79. Grayscale: #7A7A7A. Windows color (decimal): -3845498 or 8803013. OLE color: 8803013.

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

Color convert

RGB 197 82 134 -
CMYK 0 0.58 0.32 0.23
HSL 332.87º 0.5% 0.55% -
HSV(B) 332.87º 0.58% 0.77% -
XYZ 30.35 19.63 24.74 -
YUV 122.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 197 82 134 0 0.58 0.32 0.23 332.87 0.5 0.55
Hex C5 52 86 0 3A 20 17 14D 32 37
Octal 305 122 206 0 72 40 27 515 62 67
Binary 11000101 1010010 10000110 0 111010 100000 10111 101001101 110010 110111

Color Harmonies of #C55286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55286

Black with #C55286

Text Example


Text Example

White with #C55286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55286; }

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

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

background-color css

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

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

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

border-color css

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

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

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