Html Css Color HEX #C5468D Mulberry

📋 copy color: '#C5468D'

red 197 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #C5468D

Tints of Mulberry #C5468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 48.28%
G = 17.16%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5468D (or 0xC5468D) is known color: Mulberry. HEX triplet: C5, 46 and 8D. RGB value is (197,70,141). Sum of RGB (Red+Green+Blue) = 197+70+141=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5468D is #3AB972. Grayscale: #737373. Windows color (decimal): -3848563 or 9258693. OLE color: 9258693.

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

Color convert

RGB 197 70 141 -
CMYK 0 0.64 0.28 0.23
HSL 326.46º 0.52% 0.52% -
HSV(B) 326.46º 0.64% 0.77% -
XYZ 30.02 18.17 27.12 -
YUV 116.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 197 70 141 0 0.64 0.28 0.23 326.46 0.52 0.52
Hex C5 46 8D 0 40 1C 17 146 34 34
Octal 305 106 215 0 100 34 27 506 64 64
Binary 11000101 1000110 10001101 0 1000000 11100 10111 101000110 110100 110100

Color Harmonies of #C5468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5468D

Black with #C5468D

Text Example


Text Example

White with #C5468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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