#C7325E

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

Shades of Old Rose #C7325E

Tints of Old Rose #C7325E

Color information

#C7325E (or 0xC7325E) is unknown color: approx Old Rose. HEX triplet: C7, 32 and 5E. RGB value is (199,50,94). Sum of RGB (Red+Green+Blue) = 199+50+94=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7325E is #38CDA1. Grayscale: #636363. Windows color (decimal): -3722658 or 6173383. OLE color: 6173383.

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

Color convert

RGB1995094-
CMYK00.750.530.22
HSL342.28º59.84%48.82%-
HSV(B)342.28º74.87%78.04%-
XYZ26.7115.2312.12-
YUV99.57124.86198.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.02%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=58.02%
G=14.58%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199509400.750.530.22342.2859.8448.82
HexC7325E04B35161563c31
Octal30762136011365265267461
Binary1100011111001010111100100101111010110110101010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7325E; }

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

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

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

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

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

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

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

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