Html Css Color HEX #C44280 Mulberry

📋 copy color: '#C44280'

red 196 ◦ green 66 ◦ blue 128

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

Shades of Mulberry #C44280

Tints of Mulberry #C44280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 50.26%
G = 16.92%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C44280 (or 0xC44280) is known color: Mulberry. HEX triplet: C4, 42 and 80. RGB value is (196,66,128). Sum of RGB (Red+Green+Blue) = 196+66+128=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C44280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44280 is #3BBD7F. Grayscale: #6F6F6F. Windows color (decimal): -3915136 or 8405700. OLE color: 8405700.

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

Color convert

RGB 196 66 128 -
CMYK 0 0.66 0.35 0.23
HSL 331.38º 0.52% 0.51% -
HSV(B) 331.38º 0.66% 0.77% -
XYZ 28.61 17.19 22.23 -
YUV 111.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 196 66 128 0 0.66 0.35 0.23 331.38 0.52 0.51
Hex C4 42 80 0 42 23 17 14B 34 33
Octal 304 102 200 0 102 43 27 513 64 63
Binary 11000100 1000010 10000000 0 1000010 100011 10111 101001011 110100 110011

Color Harmonies of #C44280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44280

Black with #C44280

Text Example


Text Example

White with #C44280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44280; }

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

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

background-color css

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

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

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

border-color css

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

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

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