#C53E4E

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

Shades of Old Rose #C53E4E

Tints of Old Rose #C53E4E

Color information

#C53E4E (or 0xC53E4E) is unknown color: approx Old Rose. HEX triplet: C5, 3E and 4E. RGB value is (197,62,78). Sum of RGB (Red+Green+Blue) = 197+62+78=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E4E is #3AC1B1. Grayscale: #686868. Windows color (decimal): -3850674 or 5127877. OLE color: 5127877.

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

Color convert

RGB1976278-
CMYK00.690.600.23
HSL352.89º53.78%50.78%-
HSV(B)352.89º68.53%77.25%-
XYZ26.1215.878.89-
YUV104.19113.23194.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.46%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=58.46%
G=18.40%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197627800.690.600.23352.8953.7850.78
HexC53E4E0453C171613633
Octal30576116010574275416663
Binary1100010111111010011100100010111110010111101100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E4E; }

 p { color: rgb(197,62,78); }

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

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

 a { background-color: rgb(197,62,78); }

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

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

 span { border-color: rgb(197,62,78); }

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