#C3354F

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

Shades of Old Rose #C3354F

Tints of Old Rose #C3354F

Color information

#C3354F (or 0xC3354F) is unknown color: approx Old Rose. HEX triplet: C3, 35 and 4F. RGB value is (195,53,79). Sum of RGB (Red+Green+Blue) = 195+53+79=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3354F is #3CCAB0. Grayscale: #626262. Windows color (decimal): -3984049 or 5191107. OLE color: 5191107.

HSL color Cylindrical-coordinate representation of color #C3354F: hue angle of 349.01º 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 #C3354F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1955379-
CMYK00.730.590.24
HSL349.01º57.26%48.63%-
HSV(B)349.01º72.82%76.47%-
XYZ25.1914.718.91-
YUV98.42117.04196.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.63%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=59.63%
G=16.21%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195537900.730.590.24349.0157.2648.63
HexC3354F0493B1815d3931
Octal30365117011173305357161
Binary1100001111010110011110100100111101111000101011101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3354F; }

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

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

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

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

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

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

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

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