#C7495B

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

Shades of Mandy #C7495B

Tints of Mandy #C7495B

Color information

#C7495B (or 0xC7495B) is unknown color: approx Mandy. HEX triplet: C7, 49 and 5B. RGB value is (199,73,91). Sum of RGB (Red+Green+Blue) = 199+73+91=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7495B is #38B6A4. Grayscale: #707070. Windows color (decimal): -3716773 or 5982663. OLE color: 5982663.

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

Color convert

RGB1997391-
CMYK00.630.540.22
HSL351.43º52.94%53.33%-
HSV(B)351.43º63.32%78.04%-
XYZ27.8217.6611.84-
YUV112.73115.74189.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.82%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=54.82%
G=20.11%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199739100.630.540.22351.4352.9453.33
HexC7495B03F361615f3535
Octal30711113307766265376565
Binary1100011110010011011011011111111011010110101011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7495B; }

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

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

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

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

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

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

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

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