#C4315F

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

Shades of Old Rose #C4315F

Tints of Old Rose #C4315F

Color information

#C4315F (or 0xC4315F) is unknown color: approx Old Rose. HEX triplet: C4, 31 and 5F. RGB value is (196,49,95). Sum of RGB (Red+Green+Blue) = 196+49+95=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4315F is #3BCEA0. Grayscale: #626262. Windows color (decimal): -3919521 or 6238660. OLE color: 6238660.

HSL color Cylindrical-coordinate representation of color #C4315F: hue angle of 341.22º 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 #C4315F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB1964995-
CMYK00.750.520.23
HSL341.22º60%48.04%-
HSV(B)341.22º75%76.86%-
XYZ25.9314.7612.31-
YUV98.2126.2197.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.65%
GREEN value IS 49 (19.53% from 255) = 14.41%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=57.65%
G=14.41%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196499500.750.520.23341.226048.04
HexC4315F04B34171553c30
Octal30461137011364275257460
Binary1100010011000110111110100101111010010111101010101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4315F; }

 p { color: rgb(196,49,95); }

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

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

 a { background-color: rgb(196,49,95); }

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

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

 span { border-color: rgb(196,49,95); }

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