Html Css Color HEX #C74C5E Mandy

📋 copy color: '#C74C5E'

red 199 ◦ green 76 ◦ blue 94

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

Shades of Mandy #C74C5E

Tints of Mandy #C74C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 53.93%
G = 20.6%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C74C5E (or 0xC74C5E) is known color: Mandy. HEX triplet: C7, 4C and 5E. RGB value is (199,76,94). Sum of RGB (Red+Green+Blue) = 199+76+94=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C5E is #38B3A1. Grayscale: #727272. Windows color (decimal): -3716002 or 6180039. OLE color: 6180039.

HSL color Cylindrical-coordinate representation of color #C74C5E: hue angle of 351.22º 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 #C74C5E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 76 94 -
CMYK 0 0.62 0.53 0.22
HSL 351.22º 0.52% 0.54% -
HSV(B) 351.22º 0.62% 0.78% -
XYZ 28.16 18.12 12.6 -
YUV 114.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 199 76 94 0 0.62 0.53 0.22 351.22 0.52 0.54
Hex C7 4C 5E 0 3E 35 16 15F 34 36
Octal 307 114 136 0 76 65 26 537 64 66
Binary 11000111 1001100 1011110 0 111110 110101 10110 101011111 110100 110110

Color Harmonies of #C74C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C5E

Black with #C74C5E

Text Example


Text Example

White with #C74C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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