#C5345B

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

Shades of Old Rose #C5345B

Tints of Old Rose #C5345B

Color information

#C5345B (or 0xC5345B) is unknown color: approx Old Rose. HEX triplet: C5, 34 and 5B. RGB value is (197,52,91). Sum of RGB (Red+Green+Blue) = 197+52+91=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5345B is #3ACBA4. Grayscale: #636363. Windows color (decimal): -3853221 or 5977285. OLE color: 5977285.

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

Color convert

RGB1975291-
CMYK00.740.540.23
HSL343.86º58.23%48.82%-
HSV(B)343.86º73.6%77.25%-
XYZ26.1415.0811.43-
YUV99.8123.04197.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.94%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=57.94%
G=15.29%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197529100.740.540.23343.8658.2348.82
HexC5345B04A36171583a31
Octal30564133011266275307261
Binary1100010111010010110110100101011011010111101011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5345B; }

 p { color: rgb(197,52,91); }

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

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

 a { background-color: rgb(197,52,91); }

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

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

 span { border-color: rgb(197,52,91); }

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