#C0344D

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

Shades of Old Rose #C0344D

Tints of Old Rose #C0344D

Color information

#C0344D (or 0xC0344D) is unknown color: approx Old Rose. HEX triplet: C0, 34 and 4D. RGB value is (192,52,77). Sum of RGB (Red+Green+Blue) = 192+52+77=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0344D is #3FCBB2. Grayscale: #606060. Windows color (decimal): -4180915 or 5059776. OLE color: 5059776.

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

Color convert

RGB1925277-
CMYK00.730.600.25
HSL349.29º57.38%47.84%-
HSV(B)349.29º72.92%75.29%-
XYZ24.3114.28.48-
YUV96.71116.88195.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=59.81%
G=16.20%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192527700.730.600.25349.2957.3847.84
HexC0344D0493C1915d3930
Octal30064115011174315357160
Binary1100000011010010011010100100111110011001101011101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0344D; }

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

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

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

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

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

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

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

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