Html Css Color HEX #C4468D Mulberry

📋 copy color: '#C4468D'

red 196 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #C4468D

Tints of Mulberry #C4468D

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

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

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

R = 48.16%
G = 17.2%
B = 34.64%

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

#C4468D (or 0xC4468D) is known color: Mulberry. HEX triplet: C4, 46 and 8D. RGB value is (196,70,141). Sum of RGB (Red+Green+Blue) = 196+70+141=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4468D is #3BB972. Grayscale: #737373. Windows color (decimal): -3914099 or 9258692. OLE color: 9258692.

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

Color convert

RGB 196 70 141 -
CMYK 0 0.64 0.28 0.23
HSL 326.19º 0.52% 0.52% -
HSV(B) 326.19º 0.64% 0.77% -
XYZ 29.76 18.04 27.11 -
YUV 115.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 196 70 141 0 0.64 0.28 0.23 326.19 0.52 0.52
Hex C4 46 8D 0 40 1C 17 146 34 34
Octal 304 106 215 0 100 34 27 506 64 64
Binary 11000100 1000110 10001101 0 1000000 11100 10111 101000110 110100 110100

Color Harmonies of #C4468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4468D

Black with #C4468D

Text Example


Text Example

White with #C4468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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