#C03A55

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

Shades of Old Rose #C03A55

Tints of Old Rose #C03A55

Color information

#C03A55 (or 0xC03A55) is unknown color: approx Old Rose. HEX triplet: C0, 3A and 55. RGB value is (192,58,85). Sum of RGB (Red+Green+Blue) = 192+58+85=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A55 is #3FC5AA. Grayscale: #656565. Windows color (decimal): -4179371 or 5585600. OLE color: 5585600.

HSL color Cylindrical-coordinate representation of color #C03A55: hue angle of 347.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A55 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1925885-
CMYK00.700.560.25
HSL347.91º53.6%49.02%-
HSV(B)347.91º69.79%75.29%-
XYZ24.8914.8910.16-
YUV101.14118.89192.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.31%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=57.31%
G=17.31%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192588500.700.560.25347.9153.649.02
HexC03A55046381915c3631
Octal30072125010670315346661
Binary1100000011101010101010100011011100011001101011100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A55; }

 p { color: rgb(192,58,85); }

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

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

 a { background-color: rgb(192,58,85); }

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

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

 span { border-color: rgb(192,58,85); }

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