#C4355B

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

Shades of Old Rose #C4355B

Tints of Old Rose #C4355B

Color information

#C4355B (or 0xC4355B) is unknown color: approx Old Rose. HEX triplet: C4, 35 and 5B. RGB value is (196,53,91). Sum of RGB (Red+Green+Blue) = 196+53+91=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4355B is #3BCAA4. Grayscale: #646464. Windows color (decimal): -3918501 or 5977540. OLE color: 5977540.

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

Color convert

RGB1965391-
CMYK00.730.540.23
HSL344.06º57.43%48.82%-
HSV(B)344.06º72.96%76.86%-
XYZ25.9315.0411.43-
YUV100.09122.88196.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.65%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=57.65%
G=15.59%
B=26.76%

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
Decimal196539100.730.540.23344.0657.4348.82
HexC4355B04936171583931
Octal30465133011166275307161
Binary1100010011010110110110100100111011010111101011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4355B; }

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

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

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

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

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

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

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

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