Html Css Color HEX #C44290 Mulberry

📋 copy color: '#C44290'

red 196 ◦ green 66 ◦ blue 144

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

Shades of Mulberry #C44290

Tints of Mulberry #C44290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 48.28%
G = 16.26%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C44290 (or 0xC44290) is known color: Mulberry. HEX triplet: C4, 42 and 90. RGB value is (196,66,144). Sum of RGB (Red+Green+Blue) = 196+66+144=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C44290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44290 is #3BBD6F. Grayscale: #717171. Windows color (decimal): -3915120 or 9454276. OLE color: 9454276.

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

Color convert

RGB 196 66 144 -
CMYK 0 0.66 0.27 0.23
HSL 324º 0.52% 0.51% -
HSV(B) 324º 0.66% 0.77% -
XYZ 29.75 17.65 28.22 -
YUV 113.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 196 66 144 0 0.66 0.27 0.23 324 0.52 0.51
Hex C4 42 90 0 42 1B 17 144 34 33
Octal 304 102 220 0 102 33 27 504 64 63
Binary 11000100 1000010 10010000 0 1000010 11011 10111 101000100 110100 110011

Color Harmonies of #C44290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44290

Black with #C44290

Text Example


Text Example

White with #C44290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44290; }

 p { color: rgb(196,66,144); }

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

background-color css

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

 a { background-color: rgb(196,66,144); }

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

border-color css

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

 span { border-color: rgb(196,66,144); }

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