Html Css Color HEX #C5408A Mulberry

📋 copy color: '#C5408A'

red 197 ◦ green 64 ◦ blue 138

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

Shades of Mulberry #C5408A

Tints of Mulberry #C5408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 49.37%
G = 16.04%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5408A (or 0xC5408A) is known color: Mulberry. HEX triplet: C5, 40 and 8A. RGB value is (197,64,138). Sum of RGB (Red+Green+Blue) = 197+64+138=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5408A is #3ABF75. Grayscale: #707070. Windows color (decimal): -3850102 or 9060549. OLE color: 9060549.

HSL color Cylindrical-coordinate representation of color #C5408A: hue angle of 326.62º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5408A is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 138 -
CMYK 0 0.68 0.30 0.23
HSL 326.62º 0.53% 0.51% -
HSV(B) 326.62º 0.68% 0.77% -
XYZ 29.45 17.37 25.85 -
YUV 112.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 197 64 138 0 0.68 0.30 0.23 326.62 0.53 0.51
Hex C5 40 8A 0 44 1E 17 147 35 33
Octal 305 100 212 0 104 36 27 507 65 63
Binary 11000101 1000000 10001010 0 1000100 11110 10111 101000111 110101 110011

Color Harmonies of #C5408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5408A

Black with #C5408A

Text Example


Text Example

White with #C5408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5408A; }

 p { color: rgb(197,64,138); }

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

background-color css

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

 a { background-color: rgb(197,64,138); }

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

border-color css

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

 span { border-color: rgb(197,64,138); }

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