#C74D51

Color #C74D51 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C74D51

Tints of Mandy #C74D51

Color information

#C74D51 (or 0xC74D51) is unknown color: approx Mandy. HEX triplet: C7, 4D and 51. RGB value is (199,77,81). Sum of RGB (Red+Green+Blue) = 199+77+81=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D51 is #38B2AE. Grayscale: #727272. Windows color (decimal): -3715759 or 5328327. OLE color: 5328327.

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

Color convert

RGB1997781-
CMYK00.610.590.22
HSL358.03º52.14%54.12%-
HSV(B)358.03º61.31%78.04%-
XYZ27.6918.049.81-
YUV113.93109.42188.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.74%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=55.74%
G=21.57%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199778100.610.590.22358.0352.1454.12
HexC74D5103D3B161663436
Octal30711512107573265466466
Binary1100011110011011010001011110111101110110101100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D51; }

 p { color: rgb(199,77,81); }

 H1.HeaderClassName
 {
   color: #C74D51;
 }
 .AnyTagClassName
 {
   color: #C74D51;
 }
</style>
background-color css

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

 a { background-color: rgb(199,77,81); }

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

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

 span { border-color: rgb(199,77,81); }

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