#C7315D

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

Shades of Old Rose #C7315D

Tints of Old Rose #C7315D

Color information

#C7315D (or 0xC7315D) is unknown color: approx Old Rose. HEX triplet: C7, 31 and 5D. RGB value is (199,49,93). Sum of RGB (Red+Green+Blue) = 199+49+93=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7315D is #38CEA2. Grayscale: #626262. Windows color (decimal): -3722915 or 6107591. OLE color: 6107591.

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

Color convert

RGB1994993-
CMYK00.750.530.22
HSL342.4º60.48%48.63%-
HSV(B)342.4º75.38%78.04%-
XYZ26.6315.1311.87-
YUV98.87124.7199.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.36%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=58.36%
G=14.37%
B=27.27%

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
Decimal199499300.750.530.22342.460.4848.63
HexC7315D04B35161563c31
Octal30761135011365265267461
Binary1100011111000110111010100101111010110110101010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7315D; }

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

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

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

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

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

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

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

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