#C1244E

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

Shades of Old Rose #C1244E

Tints of Old Rose #C1244E

Color information

#C1244E (or 0xC1244E) is unknown color: approx Old Rose. HEX triplet: C1, 24 and 4E. RGB value is (193,36,78). Sum of RGB (Red+Green+Blue) = 193+36+78=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1244E is #3EDBB1. Grayscale: #575757. Windows color (decimal): -4119474 or 5121217. OLE color: 5121217.

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

Color convert

RGB1933678-
CMYK00.810.600.24
HSL343.95º68.56%44.9%-
HSV(B)343.95º81.35%75.69%-
XYZ2413.158.48-
YUV87.73122.51203.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.87%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=62.87%
G=11.73%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193367800.810.600.24343.9568.5644.9
HexC1244E0513C18158452d
Octal301441160121743053010555
Binary11000001100100100111001010001111100110001010110001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1244E; }

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

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

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

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

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

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

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

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