#C02950

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

Shades of Old Rose #C02950

Tints of Old Rose #C02950

Color information

#C02950 (or 0xC02950) is unknown color: approx Old Rose. HEX triplet: C0, 29 and 50. RGB value is (192,41,80). Sum of RGB (Red+Green+Blue) = 192+41+80=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02950 is #3FD6AF. Grayscale: #5A5A5A. Windows color (decimal): -4183728 or 5253568. OLE color: 5253568.

HSL color Cylindrical-coordinate representation of color #C02950: hue angle of 344.5º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02950 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1924180-
CMYK00.790.580.25
HSL344.5º64.81%45.69%-
HSV(B)344.5º78.65%75.29%-
XYZ23.9813.378.91-
YUV90.6122.03200.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.34%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=61.34%
G=13.10%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192418000.790.580.25344.564.8145.69
HexC0295004F3A19159412e
Octal300511200117723153110156
Binary11000000101001101000001001111111010110011010110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02950; }

 p { color: rgb(192,41,80); }

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

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

 a { background-color: rgb(192,41,80); }

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

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

 span { border-color: rgb(192,41,80); }

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