#C7345E

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

Shades of Old Rose #C7345E

Tints of Old Rose #C7345E

Color information

#C7345E (or 0xC7345E) is unknown color: approx Old Rose. HEX triplet: C7, 34 and 5E. RGB value is (199,52,94). Sum of RGB (Red+Green+Blue) = 199+52+94=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7345E is #38CBA1. Grayscale: #646464. Windows color (decimal): -3722146 or 6173895. OLE color: 6173895.

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

Color convert

RGB1995294-
CMYK00.740.530.22
HSL342.86º58.57%49.22%-
HSV(B)342.86º73.87%78.04%-
XYZ26.815.4112.15-
YUV100.74124.2198.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.68%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=57.68%
G=15.07%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199529400.740.530.22342.8658.5749.22
HexC7345E04A35161573b31
Octal30764136011265265277361
Binary1100011111010010111100100101011010110110101010111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7345E; }

 p { color: rgb(199,52,94); }

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

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

 a { background-color: rgb(199,52,94); }

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

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

 span { border-color: rgb(199,52,94); }

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