#C3354E

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

Shades of Old Rose #C3354E

Tints of Old Rose #C3354E

Color information

#C3354E (or 0xC3354E) is unknown color: approx Old Rose. HEX triplet: C3, 35 and 4E. RGB value is (195,53,78). Sum of RGB (Red+Green+Blue) = 195+53+78=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3354E is #3CCAB1. Grayscale: #626262. Windows color (decimal): -3984050 or 5125571. OLE color: 5125571.

HSL color Cylindrical-coordinate representation of color #C3354E: hue angle of 349.44º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3354E is Cyan = 0, Magento = 0.73, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB1955378-
CMYK00.730.60.24
HSL349.44º57.26%48.63%-
HSV(B)349.44º72.82%76.47%-
XYZ25.1514.78.72-
YUV98.31116.54196.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.82%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=59.82%
G=16.26%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195537800.730.60.24349.4457.2648.63
HexC3354E0493C1815d3931
Octal30365116011174305357161
Binary1100001111010110011100100100111110011000101011101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3354E; }

 p { color: rgb(195,53,78); }

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

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

 a { background-color: rgb(195,53,78); }

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

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

 span { border-color: rgb(195,53,78); }

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