Html Css Color HEX #C44960 Mandy

📋 copy color: '#C44960'

red 196 ◦ green 73 ◦ blue 96

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

Shades of Mandy #C44960

Tints of Mandy #C44960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 53.7%
G = 20%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C44960 (or 0xC44960) is known color: Mandy. HEX triplet: C4, 49 and 60. RGB value is (196,73,96). Sum of RGB (Red+Green+Blue) = 196+73+96=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C44960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44960 is #3BB69F. Grayscale: #707070. Windows color (decimal): -3913376 or 6310340. OLE color: 6310340.

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

Color convert

RGB 196 73 96 -
CMYK 0 0.63 0.51 0.23
HSL 348.78º 0.51% 0.53% -
HSV(B) 348.78º 0.63% 0.77% -
XYZ 27.26 17.35 12.98 -
YUV 112.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 196 73 96 0 0.63 0.51 0.23 348.78 0.51 0.53
Hex C4 49 60 0 3F 33 17 15D 33 35
Octal 304 111 140 0 77 63 27 535 63 65
Binary 11000100 1001001 1100000 0 111111 110011 10111 101011101 110011 110101

Color Harmonies of #C44960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44960

Black with #C44960

Text Example


Text Example

White with #C44960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44960; }

 p { color: rgb(196,73,96); }

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

background-color css

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

 a { background-color: rgb(196,73,96); }

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

border-color css

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

 span { border-color: rgb(196,73,96); }

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