#C5324B

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

Shades of Old Rose #C5324B

Tints of Old Rose #C5324B

Color information

#C5324B (or 0xC5324B) is unknown color: approx Old Rose. HEX triplet: C5, 32 and 4B. RGB value is (197,50,75). Sum of RGB (Red+Green+Blue) = 197+50+75=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5324B is #3ACDB4. Grayscale: #606060. Windows color (decimal): -3853749 or 4928197. OLE color: 4928197.

HSL color Cylindrical-coordinate representation of color #C5324B: hue angle of 349.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5324B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1975075-
CMYK00.750.620.23
HSL349.8º59.51%48.43%-
HSV(B)349.8º74.62%77.25%-
XYZ25.4414.668.15-
YUV96.8115.7199.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.18%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=61.18%
G=15.53%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197507500.750.620.23349.859.5148.43
HexC5324B04B3E1715e3c30
Octal30562113011376275367460
Binary1100010111001010010110100101111111010111101011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5324B; }

 p { color: rgb(197,50,75); }

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

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

 a { background-color: rgb(197,50,75); }

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

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

 span { border-color: rgb(197,50,75); }

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