#C74752

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

Shades of Mandy #C74752

Tints of Mandy #C74752

Color information

#C74752 (or 0xC74752) is unknown color: approx Mandy. HEX triplet: C7, 47 and 52. RGB value is (199,71,82). Sum of RGB (Red+Green+Blue) = 199+71+82=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74752 is #38B8AD. Grayscale: #6E6E6E. Windows color (decimal): -3717294 or 5392327. OLE color: 5392327.

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

Color convert

RGB1997182-
CMYK00.640.590.22
HSL354.84º53.33%52.94%-
HSV(B)354.84º64.32%78.04%-
XYZ27.3317.269.87-
YUV110.53111.91191.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=56.53%
G=20.17%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199718200.640.590.22354.8453.3352.94
HexC747520403B161633535
Octal307107122010073265436565
Binary11000111100011110100100100000011101110110101100011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74752; }

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

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

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

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

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

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

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

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