Html Css Color HEX #C54680 Mulberry

📋 copy color: '#C54680'

red 197 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #C54680

Tints of Mulberry #C54680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 49.87%
G = 17.72%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54680 (or 0xC54680) is known color: Mulberry. HEX triplet: C5, 46 and 80. RGB value is (197,70,128). Sum of RGB (Red+Green+Blue) = 197+70+128=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54680 is #3AB97F. Grayscale: #727272. Windows color (decimal): -3848576 or 8406725. OLE color: 8406725.

HSL color Cylindrical-coordinate representation of color #C54680: hue angle of 332.6º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54680 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 128 -
CMYK 0 0.64 0.35 0.23
HSL 332.6º 0.52% 0.52% -
HSV(B) 332.6º 0.64% 0.77% -
XYZ 29.11 17.81 22.33 -
YUV 114.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 197 70 128 0 0.64 0.35 0.23 332.6 0.52 0.52
Hex C5 46 80 0 40 23 17 14D 34 34
Octal 305 106 200 0 100 43 27 515 64 64
Binary 11000101 1000110 10000000 0 1000000 100011 10111 101001101 110100 110100

Color Harmonies of #C54680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54680

Black with #C54680

Text Example


Text Example

White with #C54680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54680; }

 p { color: rgb(197,70,128); }

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

background-color css

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

 a { background-color: rgb(197,70,128); }

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

border-color css

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

 span { border-color: rgb(197,70,128); }

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