Html Css Color HEX #C74C56 Mandy

📋 copy color: '#C74C56'

red 199 ◦ green 76 ◦ blue 86

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

Shades of Mandy #C74C56

Tints of Mandy #C74C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 55.12%
G = 21.05%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C74C56 (or 0xC74C56) is known color: Mandy. HEX triplet: C7, 4C and 56. RGB value is (199,76,86). Sum of RGB (Red+Green+Blue) = 199+76+86=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C56 is #38B3A9. Grayscale: #727272. Windows color (decimal): -3716010 or 5655751. OLE color: 5655751.

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

Color convert

RGB 199 76 86 -
CMYK 0 0.62 0.57 0.22
HSL 355.12º 0.52% 0.54% -
HSV(B) 355.12º 0.62% 0.78% -
XYZ 27.82 17.98 10.81 -
YUV 113.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 199 76 86 0 0.62 0.57 0.22 355.12 0.52 0.54
Hex C7 4C 56 0 3E 39 16 163 34 36
Octal 307 114 126 0 76 71 26 543 64 66
Binary 11000111 1001100 1010110 0 111110 111001 10110 101100011 110100 110110

Color Harmonies of #C74C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C56

Black with #C74C56

Text Example


Text Example

White with #C74C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C56; }

 p { color: rgb(199,76,86); }

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

background-color css

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

 a { background-color: rgb(199,76,86); }

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

border-color css

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

 span { border-color: rgb(199,76,86); }

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