#C03460

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

Shades of Old Rose #C03460

Tints of Old Rose #C03460

Color information

#C03460 (or 0xC03460) is unknown color: approx Old Rose. HEX triplet: C0, 34 and 60. RGB value is (192,52,96). Sum of RGB (Red+Green+Blue) = 192+52+96=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03460 is #3FCB9F. Grayscale: #626262. Windows color (decimal): -4180896 or 6304960. OLE color: 6304960.

HSL color Cylindrical-coordinate representation of color #C03460: hue angle of 341.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03460 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1925296-
CMYK00.730.500.25
HSL341.14º57.38%47.84%-
HSV(B)341.14º72.92%75.29%-
XYZ25.0814.5112.54-
YUV98.88126.38194.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=56.47%
G=15.29%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192529600.730.500.25341.1457.3847.84
HexC0346004932191553930
Octal30064140011162315257160
Binary1100000011010011000000100100111001011001101010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03460; }

 p { color: rgb(192,52,96); }

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

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

 a { background-color: rgb(192,52,96); }

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

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

 span { border-color: rgb(192,52,96); }

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