#C1194E

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

Shades of Old Rose #C1194E

Tints of Old Rose #C1194E

Color information

#C1194E (or 0xC1194E) is unknown color: approx Old Rose. HEX triplet: C1, 19 and 4E. RGB value is (193,25,78). Sum of RGB (Red+Green+Blue) = 193+25+78=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C1194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1194E is #3EE6B1. Grayscale: #515151. Windows color (decimal): -4122290 or 5118401. OLE color: 5118401.

HSL color Cylindrical-coordinate representation of color #C1194E: hue angle of 341.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1194E is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1932578-
CMYK00.870.600.24
HSL341.07º77.06%42.75%-
HSV(B)341.07º87.05%75.69%-
XYZ23.7212.588.39-
YUV81.27126.16207.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=65.20%
G=8.45%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193257800.870.600.24341.0777.0642.75
HexC1194E0573C181554d2b
Octal301311160127743052511553
Binary1100000111001100111001010111111100110001010101011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1194E; }

 p { color: rgb(193,25,78); }

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

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

 a { background-color: rgb(193,25,78); }

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

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

 span { border-color: rgb(193,25,78); }

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