Html Css Color HEX #C44750 Mandy

📋 copy color: '#C44750'

red 196 ◦ green 71 ◦ blue 80

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

Shades of Mandy #C44750

Tints of Mandy #C44750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 56.48%
G = 20.46%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C44750 (or 0xC44750) is known color: Mandy. HEX triplet: C4, 47 and 50. RGB value is (196,71,80). Sum of RGB (Red+Green+Blue) = 196+71+80=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C44750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44750 is #3BB8AF. Grayscale: #6D6D6D. Windows color (decimal): -3913904 or 5261252. OLE color: 5261252.

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

Color convert

RGB 196 71 80 -
CMYK 0 0.64 0.59 0.23
HSL 355.68º 0.51% 0.52% -
HSV(B) 355.68º 0.64% 0.77% -
XYZ 26.47 16.82 9.44 -
YUV 109.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 196 71 80 0 0.64 0.59 0.23 355.68 0.51 0.52
Hex C4 47 50 0 40 3B 17 164 33 34
Octal 304 107 120 0 100 73 27 544 63 64
Binary 11000100 1000111 1010000 0 1000000 111011 10111 101100100 110011 110100

Color Harmonies of #C44750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44750

Black with #C44750

Text Example


Text Example

White with #C44750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44750; }

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

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

background-color css

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

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

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

border-color css

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

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

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