Html Css Color HEX #C5537F Mulberry

📋 copy color: '#C5537F'

red 197 ◦ green 83 ◦ blue 127

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

Shades of Mulberry #C5537F

Tints of Mulberry #C5537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.2%

R = 48.4%
G = 20.39%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5537F (or 0xC5537F) is known color: Mulberry. HEX triplet: C5, 53 and 7F. RGB value is (197,83,127). Sum of RGB (Red+Green+Blue) = 197+83+127=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5537F is #3AAC80. Grayscale: #7A7A7A. Windows color (decimal): -3845249 or 8344517. OLE color: 8344517.

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

Color convert

RGB 197 83 127 -
CMYK 0 0.58 0.36 0.23
HSL 336.84º 0.5% 0.55% -
HSV(B) 336.84º 0.58% 0.77% -
XYZ 29.95 19.59 22.28 -
YUV 122.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 197 83 127 0 0.58 0.36 0.23 336.84 0.5 0.55
Hex C5 53 7F 0 3A 24 17 151 32 37
Octal 305 123 177 0 72 44 27 521 62 67
Binary 11000101 1010011 1111111 0 111010 100100 10111 101010001 110010 110111

Color Harmonies of #C5537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5537F

Black with #C5537F

Text Example


Text Example

White with #C5537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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