#C0344E

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

Shades of Old Rose #C0344E

Tints of Old Rose #C0344E

Color information

#C0344E (or 0xC0344E) is unknown color: approx Old Rose. HEX triplet: C0, 34 and 4E. RGB value is (192,52,78). Sum of RGB (Red+Green+Blue) = 192+52+78=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0344E is #3FCBB1. Grayscale: #606060. Windows color (decimal): -4180914 or 5125312. OLE color: 5125312.

HSL color Cylindrical-coordinate representation of color #C0344E: hue angle of 348.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0344E is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1925278-
CMYK00.730.590.25
HSL348.86º57.38%47.84%-
HSV(B)348.86º72.92%75.29%-
XYZ24.3414.218.67-
YUV96.82117.38195.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.63%
GREEN value IS 52 (20.70% from 255) = 16.15%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=59.63%
G=16.15%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192527800.730.590.25348.8657.3847.84
HexC0344E0493B1915d3930
Octal30064116011173315357160
Binary1100000011010010011100100100111101111001101011101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0344E; }

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

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

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

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

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

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

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

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