#C5375F

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

Shades of Old Rose #C5375F

Tints of Old Rose #C5375F

Color information

#C5375F (or 0xC5375F) is unknown color: approx Old Rose. HEX triplet: C5, 37 and 5F. RGB value is (197,55,95). Sum of RGB (Red+Green+Blue) = 197+55+95=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5375F is #3AC8A0. Grayscale: #656565. Windows color (decimal): -3852449 or 6240197. OLE color: 6240197.

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

Color convert

RGB1975595-
CMYK00.720.520.23
HSL343.1º56.35%49.41%-
HSV(B)343.1º72.08%77.25%-
XYZ26.4615.4312.41-
YUV102.02124.04195.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=56.77%
G=15.85%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197559500.720.520.23343.156.3549.41
HexC5375F04834171573831
Octal30567137011064275277061
Binary1100010111011110111110100100011010010111101010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5375F; }

 p { color: rgb(197,55,95); }

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

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

 a { background-color: rgb(197,55,95); }

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

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

 span { border-color: rgb(197,55,95); }

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