#C03A5A

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

Shades of Old Rose #C03A5A

Tints of Old Rose #C03A5A

Color information

#C03A5A (or 0xC03A5A) is unknown color: approx Old Rose. HEX triplet: C0, 3A and 5A. RGB value is (192,58,90). Sum of RGB (Red+Green+Blue) = 192+58+90=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A5A is #3FC5A5. Grayscale: #656565. Windows color (decimal): -4179366 or 5913280. OLE color: 5913280.

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

Color convert

RGB1925890-
CMYK00.700.530.25
HSL345.67º53.6%49.02%-
HSV(B)345.67º69.79%75.29%-
XYZ25.114.9711.24-
YUV101.71121.39192.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=56.47%
G=17.06%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192589000.700.530.25345.6753.649.02
HexC03A5A046351915a3631
Octal30072132010665315326661
Binary1100000011101010110100100011011010111001101011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A5A; }

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

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

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

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

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

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

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

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