Html Css Color HEX #C5538B Mulberry

📋 copy color: '#C5538B'

red 197 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #C5538B

Tints of Mulberry #C5538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 47.02%
G = 19.81%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5538B (or 0xC5538B) is known color: Mulberry. HEX triplet: C5, 53 and 8B. RGB value is (197,83,139). Sum of RGB (Red+Green+Blue) = 197+83+139=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5538B is #3AAC74. Grayscale: #7B7B7B. Windows color (decimal): -3845237 or 9130949. OLE color: 9130949.

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

Color convert

RGB 197 83 139 -
CMYK 0 0.58 0.29 0.23
HSL 330.53º 0.5% 0.55% -
HSV(B) 330.53º 0.58% 0.77% -
XYZ 30.78 19.92 26.65 -
YUV 123.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 197 83 139 0 0.58 0.29 0.23 330.53 0.5 0.55
Hex C5 53 8B 0 3A 1D 17 14B 32 37
Octal 305 123 213 0 72 35 27 513 62 67
Binary 11000101 1010011 10001011 0 111010 11101 10111 101001011 110010 110111

Color Harmonies of #C5538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5538B

Black with #C5538B

Text Example


Text Example

White with #C5538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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