#C3355A

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

Shades of Old Rose #C3355A

Tints of Old Rose #C3355A

Color information

#C3355A (or 0xC3355A) is unknown color: approx Old Rose. HEX triplet: C3, 35 and 5A. RGB value is (195,53,90). Sum of RGB (Red+Green+Blue) = 195+53+90=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3355A is #3CCAA5. Grayscale: #636363. Windows color (decimal): -3984038 or 5912003. OLE color: 5912003.

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

Color convert

RGB1955390-
CMYK00.730.540.24
HSL344.37º57.26%48.63%-
HSV(B)344.37º72.82%76.47%-
XYZ25.6214.8911.2-
YUV99.68122.54195.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=57.69%
G=15.68%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195539000.730.540.24344.3757.2648.63
HexC3355A04936181583931
Octal30365132011166305307161
Binary1100001111010110110100100100111011011000101011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3355A; }

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

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

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

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

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

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

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

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