#C8314D

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

Shades of Old Rose #C8314D

Tints of Old Rose #C8314D

Color information

#C8314D (or 0xC8314D) is unknown color: approx Old Rose. HEX triplet: C8, 31 and 4D. RGB value is (200,49,77). Sum of RGB (Red+Green+Blue) = 200+49+77=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8314D is #37CEB2. Grayscale: #616161. Windows color (decimal): -3657395 or 5059016. OLE color: 5059016.

HSL color Cylindrical-coordinate representation of color #C8314D: hue angle of 348.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8314D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2004977-
CMYK00.760.620.22
HSL348.87º60.64%48.82%-
HSV(B)348.87º75.5%78.43%-
XYZ26.2615.018.53-
YUV97.34116.53201.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.35%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=61.35%
G=15.03%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200497700.760.620.22348.8760.6448.82
HexC8314D04C3E1615d3d31
Octal31061115011476265357561
Binary1100100011000110011010100110011111010110101011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8314D; }

 p { color: rgb(200,49,77); }

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

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

 a { background-color: rgb(200,49,77); }

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

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

 span { border-color: rgb(200,49,77); }

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