#C8345E

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

Shades of Old Rose #C8345E

Tints of Old Rose #C8345E

Color information

#C8345E (or 0xC8345E) is unknown color: approx Old Rose. HEX triplet: C8, 34 and 5E. RGB value is (200,52,94). Sum of RGB (Red+Green+Blue) = 200+52+94=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8345E is #37CBA1. Grayscale: #656565. Windows color (decimal): -3656610 or 6173896. OLE color: 6173896.

HSL color Cylindrical-coordinate representation of color #C8345E: hue angle of 342.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8345E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB2005294-
CMYK00.740.530.22
HSL342.97º58.73%49.41%-
HSV(B)342.97º74%78.43%-
XYZ27.0715.5412.16-
YUV101.04124.03198.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=57.80%
G=15.03%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200529400.740.530.22342.9758.7349.41
HexC8345E04A35161573b31
Octal31064136011265265277361
Binary1100100011010010111100100101011010110110101010111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8345E; }

 p { color: rgb(200,52,94); }

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

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

 a { background-color: rgb(200,52,94); }

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

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

 span { border-color: rgb(200,52,94); }

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