Html Css Color HEX #C74550 Mandy

📋 copy color: '#C74550'

red 199 ◦ green 69 ◦ blue 80

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

Shades of Mandy #C74550

Tints of Mandy #C74550

RGB

 RED value IS 199 (78.13% from 255) = 57.18%

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 57.18%
G = 19.83%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C74550 (or 0xC74550) is known color: Mandy. HEX triplet: C7, 45 and 50. RGB value is (199,69,80). Sum of RGB (Red+Green+Blue) = 199+69+80=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74550 is #38BAAF. Grayscale: #6D6D6D. Windows color (decimal): -3717808 or 5260743. OLE color: 5260743.

HSL color Cylindrical-coordinate representation of color #C74550: hue angle of 354.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74550 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 69 80 -
CMYK 0 0.65 0.60 0.22
HSL 354.92º 0.54% 0.53% -
HSV(B) 354.92º 0.65% 0.78% -
XYZ 27.13 16.98 9.44 -
YUV 109.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 199 69 80 0 0.65 0.60 0.22 354.92 0.54 0.53
Hex C7 45 50 0 41 3C 16 163 36 35
Octal 307 105 120 0 101 74 26 543 66 65
Binary 11000111 1000101 1010000 0 1000001 111100 10110 101100011 110110 110101

Color Harmonies of #C74550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74550

Black with #C74550

Text Example


Text Example

White with #C74550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74550; }

 p { color: rgb(199,69,80); }

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

background-color css

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

 a { background-color: rgb(199,69,80); }

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

border-color css

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

 span { border-color: rgb(199,69,80); }

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