#C7475A

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

Shades of Mandy #C7475A

Tints of Mandy #C7475A

Color information

#C7475A (or 0xC7475A) is unknown color: approx Mandy. HEX triplet: C7, 47 and 5A. RGB value is (199,71,90). Sum of RGB (Red+Green+Blue) = 199+71+90=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7475A is #38B8A5. Grayscale: #6F6F6F. Windows color (decimal): -3717286 or 5916615. OLE color: 5916615.

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

Color convert

RGB1997190-
CMYK00.640.550.22
HSL351.09º53.33%52.94%-
HSV(B)351.09º64.32%78.04%-
XYZ27.6517.3911.57-
YUV111.44115.91190.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.28%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 90 (35.55% from 255) = 25%
R=55.28%
G=19.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199719000.640.550.22351.0953.3352.94
HexC7475A040371615f3535
Octal307107132010067265376565
Binary11000111100011110110100100000011011110110101011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7475A; }

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

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

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

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

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

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

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

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