#C3394E

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

Shades of Old Rose #C3394E

Tints of Old Rose #C3394E

Color information

#C3394E (or 0xC3394E) is unknown color: approx Old Rose. HEX triplet: C3, 39 and 4E. RGB value is (195,57,78). Sum of RGB (Red+Green+Blue) = 195+57+78=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C3394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3394E is #3CC6B1. Grayscale: #646464. Windows color (decimal): -3983026 or 5126595. OLE color: 5126595.

HSL color Cylindrical-coordinate representation of color #C3394E: hue angle of 350.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3394E is Cyan = 0, Magento = 0.71, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB1955778-
CMYK00.710.60.24
HSL350.87º54.76%49.41%-
HSV(B)350.87º70.77%76.47%-
XYZ25.3415.088.78-
YUV100.66115.22195.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=59.09%
G=17.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195577800.710.60.24350.8754.7649.41
HexC3394E0473C1815f3731
Octal30371116010774305376761
Binary1100001111100110011100100011111110011000101011111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3394E; }

 p { color: rgb(195,57,78); }

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

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

 a { background-color: rgb(195,57,78); }

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

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

 span { border-color: rgb(195,57,78); }

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