Html Css Color HEX #C5538F Mulberry

📋 copy color: '#C5538F'

red 197 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #C5538F

Tints of Mulberry #C5538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 46.57%
G = 19.62%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5538F (or 0xC5538F) is known color: Mulberry. HEX triplet: C5, 53 and 8F. RGB value is (197,83,143). Sum of RGB (Red+Green+Blue) = 197+83+143=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5538F is #3AAC70. Grayscale: #7B7B7B. Windows color (decimal): -3845233 or 9393093. OLE color: 9393093.

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

Color convert

RGB 197 83 143 -
CMYK 0 0.58 0.27 0.23
HSL 328.42º 0.5% 0.55% -
HSV(B) 328.42º 0.58% 0.77% -
XYZ 31.08 20.04 28.22 -
YUV 123.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 197 83 143 0 0.58 0.27 0.23 328.42 0.5 0.55
Hex C5 53 8F 0 3A 1B 17 148 32 37
Octal 305 123 217 0 72 33 27 510 62 67
Binary 11000101 1010011 10001111 0 111010 11011 10111 101001000 110010 110111

Color Harmonies of #C5538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5538F

Black with #C5538F

Text Example


Text Example

White with #C5538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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