Html Css Color HEX #C5538E Mulberry

📋 copy color: '#C5538E'

red 197 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #C5538E

Tints of Mulberry #C5538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 46.68%
G = 19.67%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5538E (or 0xC5538E) is known color: Mulberry. HEX triplet: C5, 53 and 8E. RGB value is (197,83,142). Sum of RGB (Red+Green+Blue) = 197+83+142=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5538E is #3AAC71. Grayscale: #7B7B7B. Windows color (decimal): -3845234 or 9327557. OLE color: 9327557.

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

Color convert

RGB 197 83 142 -
CMYK 0 0.58 0.28 0.23
HSL 328.95º 0.5% 0.55% -
HSV(B) 328.95º 0.58% 0.77% -
XYZ 31 20.01 27.82 -
YUV 123.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 197 83 142 0 0.58 0.28 0.23 328.95 0.5 0.55
Hex C5 53 8E 0 3A 1C 17 149 32 37
Octal 305 123 216 0 72 34 27 511 62 67
Binary 11000101 1010011 10001110 0 111010 11100 10111 101001001 110010 110111

Color Harmonies of #C5538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5538E

Black with #C5538E

Text Example


Text Example

White with #C5538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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