#c7355d

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

Shades of Old Rose #C7355D

Tints of Old Rose #C7355D

Color information

#C7355D (or 0xC7355D) is unknown color: approx Old Rose. HEX triplet: C7, 35 and 5D. RGB value is (199,53,93). Sum of RGB (Red+Green+Blue) = 199+53+93=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7355D is #38CAA2. Grayscale: #656565. Windows color (decimal): -3721891 or 6108615. OLE color: 6108615.

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

Color convert

RGB1995393-
CMYK00.730.530.22
HSL343.56º57.94%49.41%-
HSV(B)343.56º73.37%78.04%-
XYZ26.815.4811.93-
YUV101.21123.37197.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.68%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=57.68%
G=15.36%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199539300.730.530.22343.5657.9449.41
HexC7355D04935161583a31
Octal30765135011165265307261
Binary1100011111010110111010100100111010110110101011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7355d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7355d; }

 p { color: rgb(199,53,93); }

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

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

 a { background-color: rgb(199,53,93); }

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

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

 span { border-color: rgb(199,53,93); }

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