Html Css Color HEX #C74654 Mandy

📋 copy color: '#C74654'

red 199 ◦ green 70 ◦ blue 84

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

Shades of Mandy #C74654

Tints of Mandy #C74654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 56.37%
G = 19.83%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C74654 (or 0xC74654) is known color: Mandy. HEX triplet: C7, 46 and 54. RGB value is (199,70,84). Sum of RGB (Red+Green+Blue) = 199+70+84=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C74654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74654 is #38B9AB. Grayscale: #6E6E6E. Windows color (decimal): -3717548 or 5523143. OLE color: 5523143.

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

Color convert

RGB 199 70 84 -
CMYK 0 0.65 0.58 0.22
HSL 353.49º 0.54% 0.53% -
HSV(B) 353.49º 0.65% 0.78% -
XYZ 27.34 17.16 10.26 -
YUV 110.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 199 70 84 0 0.65 0.58 0.22 353.49 0.54 0.53
Hex C7 46 54 0 41 3A 16 161 36 35
Octal 307 106 124 0 101 72 26 541 66 65
Binary 11000111 1000110 1010100 0 1000001 111010 10110 101100001 110110 110101

Color Harmonies of #C74654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74654

Black with #C74654

Text Example


Text Example

White with #C74654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74654; }

 p { color: rgb(199,70,84); }

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

background-color css

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

 a { background-color: rgb(199,70,84); }

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

border-color css

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

 span { border-color: rgb(199,70,84); }

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