#C1394A

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

Shades of Old Rose #C1394A

Tints of Old Rose #C1394A

Color information

#C1394A (or 0xC1394A) is unknown color: approx Old Rose. HEX triplet: C1, 39 and 4A. RGB value is (193,57,74). Sum of RGB (Red+Green+Blue) = 193+57+74=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1394A is #3EC6B5. Grayscale: #636363. Windows color (decimal): -4114102 or 4864449. OLE color: 4864449.

HSL color Cylindrical-coordinate representation of color #C1394A: hue angle of 352.5º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1394A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1935774-
CMYK00.700.620.24
HSL352.5º54.4%49.02%-
HSV(B)352.5º70.47%75.69%-
XYZ24.6914.768.03-
YUV99.6113.56194.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.57%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=59.57%
G=17.59%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193577400.700.620.24352.554.449.02
HexC1394A0463E181603631
Octal30171112010676305406661
Binary1100000111100110010100100011011111011000101100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1394A; }

 p { color: rgb(193,57,74); }

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

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

 a { background-color: rgb(193,57,74); }

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

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

 span { border-color: rgb(193,57,74); }

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