#C8314C

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

Shades of Old Rose #C8314C

Tints of Old Rose #C8314C

Color information

#C8314C (or 0xC8314C) is unknown color: approx Old Rose. HEX triplet: C8, 31 and 4C. RGB value is (200,49,76). Sum of RGB (Red+Green+Blue) = 200+49+76=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8314C is #37CEB3. Grayscale: #616161. Windows color (decimal): -3657396 or 4993480. OLE color: 4993480.

HSL color Cylindrical-coordinate representation of color #C8314C: hue angle of 349.27º 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 #C8314C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2004976-
CMYK00.760.620.22
HSL349.27º60.64%48.82%-
HSV(B)349.27º75.5%78.43%-
XYZ26.22158.35-
YUV97.23116.03201.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.54%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=61.54%
G=15.08%
B=23.38%

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
Decimal200497600.760.620.22349.2760.6448.82
HexC8314C04C3E1615d3d31
Octal31061114011476265357561
Binary1100100011000110011000100110011111010110101011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8314C; }

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

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

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

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

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

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

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

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