#C43F5B

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

Shades of Old Rose #C43F5B

Tints of Old Rose #C43F5B

Color information

#C43F5B (or 0xC43F5B) is unknown color: approx Old Rose. HEX triplet: C4, 3F and 5B. RGB value is (196,63,91). Sum of RGB (Red+Green+Blue) = 196+63+91=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F5B is #3BC0A4. Grayscale: #696969. Windows color (decimal): -3915941 or 5980100. OLE color: 5980100.

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

Color convert

RGB1966391-
CMYK00.680.540.23
HSL347.37º52.99%50.78%-
HSV(B)347.37º67.86%76.86%-
XYZ26.4316.0511.6-
YUV105.96119.56192.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 91 (35.94% from 255) = 26%
R=56%
G=18%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196639100.680.540.23347.3752.9950.78
HexC43F5B044361715b3533
Octal30477133010466275336563
Binary1100010011111110110110100010011011010111101011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43F5B; }

 p { color: rgb(196,63,91); }

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

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

 a { background-color: rgb(196,63,91); }

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

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

 span { border-color: rgb(196,63,91); }

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