#C02B5B

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

Shades of Old Rose #C02B5B

Tints of Old Rose #C02B5B

Color information

#C02B5B (or 0xC02B5B) is unknown color: approx Old Rose. HEX triplet: C0, 2B and 5B. RGB value is (192,43,91). Sum of RGB (Red+Green+Blue) = 192+43+91=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B5B is #3FD4A4. Grayscale: #5C5C5C. Windows color (decimal): -4183205 or 5974976. OLE color: 5974976.

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

Color convert

RGB1924391-
CMYK00.780.530.25
HSL340.67º63.4%46.08%-
HSV(B)340.67º77.6%75.29%-
XYZ24.4913.6911.25-
YUV93.02126.86198.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.90%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=58.90%
G=13.19%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192439100.780.530.25340.6763.446.08
HexC02B5B04E35191553f2e
Octal30053133011665315257756
Binary1100000010101110110110100111011010111001101010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B5B; }

 p { color: rgb(192,43,91); }

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

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

 a { background-color: rgb(192,43,91); }

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

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

 span { border-color: rgb(192,43,91); }

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