#C7374D

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

Shades of Old Rose #C7374D

Tints of Old Rose #C7374D

Color information

#C7374D (or 0xC7374D) is unknown color: approx Old Rose. HEX triplet: C7, 37 and 4D. RGB value is (199,55,77). Sum of RGB (Red+Green+Blue) = 199+55+77=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7374D is #38C8B2. Grayscale: #646464. Windows color (decimal): -3721395 or 5060551. OLE color: 5060551.

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

Color convert

RGB1995577-
CMYK00.720.610.22
HSL350.83º56.69%49.8%-
HSV(B)350.83º72.36%78.04%-
XYZ26.2615.418.61-
YUV100.56114.71198.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.12%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=60.12%
G=16.62%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199557700.720.610.22350.8356.6949.8
HexC7374D0483D1615f3932
Octal30767115011075265377162
Binary1100011111011110011010100100011110110110101011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7374D; }

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

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

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

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

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

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

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

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