#C1345E

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

Shades of Old Rose #C1345E

Tints of Old Rose #C1345E

Color information

#C1345E (or 0xC1345E) is unknown color: approx Old Rose. HEX triplet: C1, 34 and 5E. RGB value is (193,52,94). Sum of RGB (Red+Green+Blue) = 193+52+94=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1345E is #3ECBA1. Grayscale: #626262. Windows color (decimal): -4115362 or 6173889. OLE color: 6173889.

HSL color Cylindrical-coordinate representation of color #C1345E: hue angle of 342.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1345E is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1935294-
CMYK00.730.510.24
HSL342.13º57.55%48.04%-
HSV(B)342.13º73.06%75.69%-
XYZ25.2414.612.08-
YUV98.95125.21195.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=56.93%
G=15.34%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193529400.730.510.24342.1357.5548.04
HexC1345E04933181563a30
Octal30164136011163305267260
Binary1100000111010010111100100100111001111000101010110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1345E; }

 p { color: rgb(193,52,94); }

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

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

 a { background-color: rgb(193,52,94); }

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

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

 span { border-color: rgb(193,52,94); }

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