Html Css Color HEX #C74754 Mandy

📋 copy color: '#C74754'

red 199 ◦ green 71 ◦ blue 84

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

Shades of Mandy #C74754

Tints of Mandy #C74754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

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

R = 56.21%
G = 20.06%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C74754 (or 0xC74754) is known color: Mandy. HEX triplet: C7, 47 and 54. RGB value is (199,71,84). Sum of RGB (Red+Green+Blue) = 199+71+84=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C74754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74754 is #38B8AB. Grayscale: #6E6E6E. Windows color (decimal): -3717292 or 5523399. OLE color: 5523399.

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

Color convert

RGB 199 71 84 -
CMYK 0 0.64 0.58 0.22
HSL 353.91º 0.53% 0.53% -
HSV(B) 353.91º 0.64% 0.78% -
XYZ 27.41 17.29 10.28 -
YUV 110.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 199 71 84 0 0.64 0.58 0.22 353.91 0.53 0.53
Hex C7 47 54 0 40 3A 16 162 35 35
Octal 307 107 124 0 100 72 26 542 65 65
Binary 11000111 1000111 1010100 0 1000000 111010 10110 101100010 110101 110101

Color Harmonies of #C74754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74754

Black with #C74754

Text Example


Text Example

White with #C74754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74754; }

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

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

background-color css

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

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

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

border-color css

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

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

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