#C43356

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

Shades of Old Rose #C43356

Tints of Old Rose #C43356

Color information

#C43356 (or 0xC43356) is unknown color: approx Old Rose. HEX triplet: C4, 33 and 56. RGB value is (196,51,86). Sum of RGB (Red+Green+Blue) = 196+51+86=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C43356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43356 is #3BCCA9. Grayscale: #626262. Windows color (decimal): -3919018 or 5649348. OLE color: 5649348.

HSL color Cylindrical-coordinate representation of color #C43356: hue angle of 345.52º 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 #C43356 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1965186-
CMYK00.740.560.23
HSL345.52º58.7%48.43%-
HSV(B)345.52º73.98%76.86%-
XYZ25.6314.7810.31-
YUV98.34121.04197.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.86%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=58.86%
G=15.32%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196518600.740.560.23345.5258.748.43
HexC4335604A381715a3b30
Octal30463126011270275327360
Binary1100010011001110101100100101011100010111101011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43356; }

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

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

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

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

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

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

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

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