#C2344E

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

Shades of Old Rose #C2344E

Tints of Old Rose #C2344E

Color information

#C2344E (or 0xC2344E) is unknown color: approx Old Rose. HEX triplet: C2, 34 and 4E. RGB value is (194,52,78). Sum of RGB (Red+Green+Blue) = 194+52+78=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2344E is #3DCBB1. Grayscale: #616161. Windows color (decimal): -4049842 or 5125314. OLE color: 5125314.

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

Color convert

RGB1945278-
CMYK00.730.600.24
HSL349.01º57.72%48.24%-
HSV(B)349.01º73.2%76.08%-
XYZ24.8514.488.69-
YUV97.42117.04196.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.88%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=59.88%
G=16.05%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194527800.730.600.24349.0157.7248.24
HexC2344E0493C1815d3a30
Octal30264116011174305357260
Binary1100001011010010011100100100111110011000101011101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2344E; }

 p { color: rgb(194,52,78); }

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

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

 a { background-color: rgb(194,52,78); }

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

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

 span { border-color: rgb(194,52,78); }

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