Html Css Color HEX #C4467D Mulberry

📋 copy color: '#C4467D'

red 196 ◦ green 70 ◦ blue 125

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

Shades of Mulberry #C4467D

Tints of Mulberry #C4467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 50.13%
G = 17.9%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4467D (or 0xC4467D) is known color: Mulberry. HEX triplet: C4, 46 and 7D. RGB value is (196,70,125). Sum of RGB (Red+Green+Blue) = 196+70+125=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4467D is #3BB982. Grayscale: #717171. Windows color (decimal): -3914115 or 8210116. OLE color: 8210116.

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

Color convert

RGB 196 70 125 -
CMYK 0 0.64 0.36 0.23
HSL 333.81º 0.52% 0.52% -
HSV(B) 333.81º 0.64% 0.77% -
XYZ 28.66 17.6 21.29 -
YUV 113.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 196 70 125 0 0.64 0.36 0.23 333.81 0.52 0.52
Hex C4 46 7D 0 40 24 17 14E 34 34
Octal 304 106 175 0 100 44 27 516 64 64
Binary 11000100 1000110 1111101 0 1000000 100100 10111 101001110 110100 110100

Color Harmonies of #C4467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4467D

Black with #C4467D

Text Example


Text Example

White with #C4467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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