#C02854

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

Shades of Old Rose #C02854

Tints of Old Rose #C02854

Color information

#C02854 (or 0xC02854) is unknown color: approx Old Rose. HEX triplet: C0, 28 and 54. RGB value is (192,40,84). Sum of RGB (Red+Green+Blue) = 192+40+84=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C02854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02854 is #3FD7AB. Grayscale: #5A5A5A. Windows color (decimal): -4183980 or 5515456. OLE color: 5515456.

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

Color convert

RGB1924084-
CMYK00.790.560.25
HSL342.63º65.52%45.49%-
HSV(B)342.63º79.17%75.29%-
XYZ24.113.369.7-
YUV90.46124.36200.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=60.76%
G=12.66%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192408400.790.560.25342.6365.5245.49
HexC0285404F3819157422d
Octal300501240117703152710255
Binary11000000101000101010001001111111000110011010101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02854; }

 p { color: rgb(192,40,84); }

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

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

 a { background-color: rgb(192,40,84); }

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

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

 span { border-color: rgb(192,40,84); }

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