#C03059

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

Shades of Old Rose #C03059

Tints of Old Rose #C03059

Color information

#C03059 (or 0xC03059) is unknown color: approx Old Rose. HEX triplet: C0, 30 and 59. RGB value is (192,48,89). Sum of RGB (Red+Green+Blue) = 192+48+89=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C03059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03059 is #3FCFA6. Grayscale: #5F5F5F. Windows color (decimal): -4181927 or 5845184. OLE color: 5845184.

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

Color convert

RGB1924889-
CMYK00.750.540.25
HSL342.92º60%47.06%-
HSV(B)342.92º75%75.29%-
XYZ24.614.0410.87-
YUV95.73124.21196.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=58.36%
G=14.59%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192488900.750.540.25342.926047.06
HexC0305904B36191573c2f
Octal30060131011366315277457
Binary1100000011000010110010100101111011011001101010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03059; }

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

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

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

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

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

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

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

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