#C5355C

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

Shades of Old Rose #C5355C

Tints of Old Rose #C5355C

Color information

#C5355C (or 0xC5355C) is unknown color: approx Old Rose. HEX triplet: C5, 35 and 5C. RGB value is (197,53,92). Sum of RGB (Red+Green+Blue) = 197+53+92=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5355C is #3ACAA3. Grayscale: #646464. Windows color (decimal): -3852964 or 6043077. OLE color: 6043077.

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

Color convert

RGB1975392-
CMYK00.730.530.23
HSL343.75º57.6%49.02%-
HSV(B)343.75º73.1%77.25%-
XYZ26.2315.1911.67-
YUV100.5123.21196.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.60%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=57.60%
G=15.50%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197539200.730.530.23343.7557.649.02
HexC5355C04935171583a31
Octal30565134011165275307261
Binary1100010111010110111000100100111010110111101011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5355C; }

 p { color: rgb(197,53,92); }

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

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

 a { background-color: rgb(197,53,92); }

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

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

 span { border-color: rgb(197,53,92); }

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