#C43460

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

Shades of Old Rose #C43460

Tints of Old Rose #C43460

Color information

#C43460 (or 0xC43460) is unknown color: approx Old Rose. HEX triplet: C4, 34 and 60. RGB value is (196,52,96). Sum of RGB (Red+Green+Blue) = 196+52+96=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C43460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43460 is #3BCB9F. Grayscale: #646464. Windows color (decimal): -3918752 or 6304964. OLE color: 6304964.

HSL color Cylindrical-coordinate representation of color #C43460: hue angle of 341.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43460 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1965296-
CMYK00.730.510.23
HSL341.67º58.06%48.63%-
HSV(B)341.67º73.47%76.86%-
XYZ26.115.0412.59-
YUV100.07125.71196.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.98%
GREEN value IS 52 (20.70% from 255) = 15.12%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=56.98%
G=15.12%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196529600.730.510.23341.6758.0648.63
HexC4346004933171563a31
Octal30464140011163275267261
Binary1100010011010011000000100100111001110111101010110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43460; }

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

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

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

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

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

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

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

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