Html Css Color HEX #C74E5D Mandy

📋 copy color: '#C74E5D'

red 199 ◦ green 78 ◦ blue 93

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

Shades of Mandy #C74E5D

Tints of Mandy #C74E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 53.78%
G = 21.08%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C74E5D (or 0xC74E5D) is known color: Mandy. HEX triplet: C7, 4E and 5D. RGB value is (199,78,93). Sum of RGB (Red+Green+Blue) = 199+78+93=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E5D is #38B1A2. Grayscale: #737373. Windows color (decimal): -3715491 or 6115015. OLE color: 6115015.

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

Color convert

RGB 199 78 93 -
CMYK 0 0.61 0.53 0.22
HSL 352.56º 0.52% 0.54% -
HSV(B) 352.56º 0.61% 0.78% -
XYZ 28.25 18.38 12.41 -
YUV 115.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 199 78 93 0 0.61 0.53 0.22 352.56 0.52 0.54
Hex C7 4E 5D 0 3D 35 16 161 34 36
Octal 307 116 135 0 75 65 26 541 64 66
Binary 11000111 1001110 1011101 0 111101 110101 10110 101100001 110100 110110

Color Harmonies of #C74E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E5D

Black with #C74E5D

Text Example


Text Example

White with #C74E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E5D; }

 p { color: rgb(199,78,93); }

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

background-color css

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

 a { background-color: rgb(199,78,93); }

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

border-color css

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

 span { border-color: rgb(199,78,93); }

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