#C4355A

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

Shades of Old Rose #C4355A

Tints of Old Rose #C4355A

Color information

#C4355A (or 0xC4355A) is unknown color: approx Old Rose. HEX triplet: C4, 35 and 5A. RGB value is (196,53,90). Sum of RGB (Red+Green+Blue) = 196+53+90=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4355A is #3BCAA5. Grayscale: #636363. Windows color (decimal): -3918502 or 5912004. OLE color: 5912004.

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

Color convert

RGB1965390-
CMYK00.730.540.23
HSL344.48º57.43%48.82%-
HSV(B)344.48º72.96%76.86%-
XYZ25.8815.0211.21-
YUV99.98122.38196.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.82%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=57.82%
G=15.63%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196539000.730.540.23344.4857.4348.82
HexC4355A04936171583931
Octal30465132011166275307161
Binary1100010011010110110100100100111011010111101011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4355A; }

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

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

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

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

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

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

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

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