Html Css Color HEX #C4448E Mulberry

📋 copy color: '#C4448E'

red 196 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #C4448E

Tints of Mulberry #C4448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.75%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 48.28%
G = 16.75%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4448E (or 0xC4448E) is known color: Mulberry. HEX triplet: C4, 44 and 8E. RGB value is (196,68,142). Sum of RGB (Red+Green+Blue) = 196+68+142=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4448E is #3BBB71. Grayscale: #727272. Windows color (decimal): -3914610 or 9323716. OLE color: 9323716.

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

Color convert

RGB 196 68 142 -
CMYK 0 0.65 0.28 0.23
HSL 325.31º 0.52% 0.52% -
HSV(B) 325.31º 0.65% 0.77% -
XYZ 29.71 17.82 27.47 -
YUV 114.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 196 68 142 0 0.65 0.28 0.23 325.31 0.52 0.52
Hex C4 44 8E 0 41 1C 17 145 34 34
Octal 304 104 216 0 101 34 27 505 64 64
Binary 11000100 1000100 10001110 0 1000001 11100 10111 101000101 110100 110100

Color Harmonies of #C4448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4448E

Black with #C4448E

Text Example


Text Example

White with #C4448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4448E; }

 p { color: rgb(196,68,142); }

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

background-color css

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

 a { background-color: rgb(196,68,142); }

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

border-color css

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

 span { border-color: rgb(196,68,142); }

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