#C03459

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

Shades of Old Rose #C03459

Tints of Old Rose #C03459

Color information

#C03459 (or 0xC03459) is unknown color: approx Old Rose. HEX triplet: C0, 34 and 59. RGB value is (192,52,89). Sum of RGB (Red+Green+Blue) = 192+52+89=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C03459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03459 is #3FCBA6. Grayscale: #626262. Windows color (decimal): -4180903 or 5846208. OLE color: 5846208.

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

Color convert

RGB1925289-
CMYK00.730.540.25
HSL344.14º57.38%47.84%-
HSV(B)344.14º72.92%75.29%-
XYZ24.7714.3810.92-
YUV98.08122.88194.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=57.66%
G=15.62%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192528900.730.540.25344.1457.3847.84
HexC0345904936191583930
Octal30064131011166315307160
Binary1100000011010010110010100100111011011001101011000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03459; }

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

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

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

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

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

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

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

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