#C43361

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

Shades of Old Rose #C43361

Tints of Old Rose #C43361

Color information

#C43361 (or 0xC43361) is unknown color: approx Old Rose. HEX triplet: C4, 33 and 61. RGB value is (196,51,97). Sum of RGB (Red+Green+Blue) = 196+51+97=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C43361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43361 is #3BCC9E. Grayscale: #636363. Windows color (decimal): -3919007 or 6370244. OLE color: 6370244.

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

Color convert

RGB1965197-
CMYK00.740.510.23
HSL340.97º58.7%48.43%-
HSV(B)340.97º73.98%76.86%-
XYZ26.1114.9712.82-
YUV99.6126.54196.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.98%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=56.98%
G=14.83%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196519700.740.510.23340.9758.748.43
HexC4336104A33171553b30
Octal30463141011263275257360
Binary1100010011001111000010100101011001110111101010101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43361; }

 p { color: rgb(196,51,97); }

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

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

 a { background-color: rgb(196,51,97); }

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

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

 span { border-color: rgb(196,51,97); }

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