#C43F4E

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

Shades of Old Rose #C43F4E

Tints of Old Rose #C43F4E

Color information

#C43F4E (or 0xC43F4E) is unknown color: approx Old Rose. HEX triplet: C4, 3F and 4E. RGB value is (196,63,78). Sum of RGB (Red+Green+Blue) = 196+63+78=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F4E is #3BC0B1. Grayscale: #686868. Windows color (decimal): -3915954 or 5128132. OLE color: 5128132.

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

Color convert

RGB1966378-
CMYK00.680.600.23
HSL353.23º52.99%50.78%-
HSV(B)353.23º67.86%76.86%-
XYZ25.9215.848.9-
YUV104.48113.06193.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=58.16%
G=18.69%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196637800.680.600.23353.2352.9950.78
HexC43F4E0443C171613533
Octal30477116010474275416563
Binary1100010011111110011100100010011110010111101100001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43F4E; }

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

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

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

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

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

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

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

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