#C1394C

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

Shades of Old Rose #C1394C

Tints of Old Rose #C1394C

Color information

#C1394C (or 0xC1394C) is unknown color: approx Old Rose. HEX triplet: C1, 39 and 4C. RGB value is (193,57,76). Sum of RGB (Red+Green+Blue) = 193+57+76=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1394C is #3EC6B3. Grayscale: #636363. Windows color (decimal): -4114100 or 4995521. OLE color: 4995521.

HSL color Cylindrical-coordinate representation of color #C1394C: hue angle of 351.62º 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 #C1394C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1935776-
CMYK00.700.610.24
HSL351.62º54.4%49.02%-
HSV(B)351.62º70.47%75.69%-
XYZ24.7614.798.39-
YUV99.83114.56194.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=59.20%
G=17.48%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193577600.700.610.24351.6254.449.02
HexC1394C0463D181603631
Octal30171114010675305406661
Binary1100000111100110011000100011011110111000101100000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1394C; }

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

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

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

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

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

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

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

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