#C7394D

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

Shades of Old Rose #C7394D

Tints of Old Rose #C7394D

Color information

#C7394D (or 0xC7394D) is unknown color: approx Old Rose. HEX triplet: C7, 39 and 4D. RGB value is (199,57,77). Sum of RGB (Red+Green+Blue) = 199+57+77=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7394D is #38C6B2. Grayscale: #656565. Windows color (decimal): -3720883 or 5061063. OLE color: 5061063.

HSL color Cylindrical-coordinate representation of color #C7394D: hue angle of 351.55º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7394D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1995777-
CMYK00.710.610.22
HSL351.55º55.91%50.2%-
HSV(B)351.55º71.36%78.04%-
XYZ26.3615.68.64-
YUV101.74114.04197.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.76%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=59.76%
G=17.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199577700.710.610.22351.5555.9150.2
HexC7394D0473D161603832
Octal30771115010775265407062
Binary1100011111100110011010100011111110110110101100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7394D; }

 p { color: rgb(199,57,77); }

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

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

 a { background-color: rgb(199,57,77); }

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

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

 span { border-color: rgb(199,57,77); }

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