#C7364E

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

Shades of Old Rose #C7364E

Tints of Old Rose #C7364E

Color information

#C7364E (or 0xC7364E) is unknown color: approx Old Rose. HEX triplet: C7, 36 and 4E. RGB value is (199,54,78). Sum of RGB (Red+Green+Blue) = 199+54+78=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7364E is #38C9B1. Grayscale: #646464. Windows color (decimal): -3721650 or 5125831. OLE color: 5125831.

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

Color convert

RGB1995478-
CMYK00.730.610.22
HSL350.07º57.31%49.61%-
HSV(B)350.07º72.86%78.04%-
XYZ26.2515.338.78-
YUV100.09115.54198.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.12%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=60.12%
G=16.31%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199547800.730.610.22350.0757.3149.61
HexC7364E0493D1615e3932
Octal30766116011175265367162
Binary1100011111011010011100100100111110110110101011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7364E; }

 p { color: rgb(199,54,78); }

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

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

 a { background-color: rgb(199,54,78); }

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

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

 span { border-color: rgb(199,54,78); }

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