Html Css Color HEX #C44760 Mandy

📋 copy color: '#C44760'

red 196 ◦ green 71 ◦ blue 96

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

Shades of Mandy #C44760

Tints of Mandy #C44760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 53.99%
G = 19.56%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C44760 (or 0xC44760) is known color: Mandy. HEX triplet: C4, 47 and 60. RGB value is (196,71,96). Sum of RGB (Red+Green+Blue) = 196+71+96=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44760 is #3BB89F. Grayscale: #6F6F6F. Windows color (decimal): -3913888 or 6309828. OLE color: 6309828.

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

Color convert

RGB 196 71 96 -
CMYK 0 0.64 0.51 0.23
HSL 348º 0.51% 0.52% -
HSV(B) 348º 0.64% 0.77% -
XYZ 27.13 17.09 12.93 -
YUV 111.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 196 71 96 0 0.64 0.51 0.23 348 0.51 0.52
Hex C4 47 60 0 40 33 17 15C 33 34
Octal 304 107 140 0 100 63 27 534 63 64
Binary 11000100 1000111 1100000 0 1000000 110011 10111 101011100 110011 110100

Color Harmonies of #C44760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44760

Black with #C44760

Text Example


Text Example

White with #C44760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44760; }

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

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

background-color css

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

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

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

border-color css

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

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

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