#C7495A

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

Shades of Mandy #C7495A

Tints of Mandy #C7495A

Color information

#C7495A (or 0xC7495A) is unknown color: approx Mandy. HEX triplet: C7, 49 and 5A. RGB value is (199,73,90). Sum of RGB (Red+Green+Blue) = 199+73+90=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7495A is #38B6A5. Grayscale: #707070. Windows color (decimal): -3716774 or 5917127. OLE color: 5917127.

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

Color convert

RGB1997390-
CMYK00.630.550.22
HSL351.9º52.94%53.33%-
HSV(B)351.9º63.32%78.04%-
XYZ27.7817.6511.61-
YUV112.61115.24189.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.97%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=54.97%
G=20.17%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199739000.630.550.22351.952.9453.33
HexC7495A03F37161603535
Octal30711113207767265406565
Binary1100011110010011011010011111111011110110101100000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7495A; }

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

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

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

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

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

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

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

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