#C4344F

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

Shades of Old Rose #C4344F

Tints of Old Rose #C4344F

Color information

#C4344F (or 0xC4344F) is unknown color: approx Old Rose. HEX triplet: C4, 34 and 4F. RGB value is (196,52,79). Sum of RGB (Red+Green+Blue) = 196+52+79=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4344F is #3BCBB0. Grayscale: #626262. Windows color (decimal): -3918769 or 5190852. OLE color: 5190852.

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

Color convert

RGB1965279-
CMYK00.730.600.23
HSL348.75º58.06%48.63%-
HSV(B)348.75º73.47%76.86%-
XYZ25.414.768.91-
YUV98.13117.21197.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.94%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=59.94%
G=15.90%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196527900.730.600.23348.7558.0648.63
HexC4344F0493C1715d3a31
Octal30464117011174275357261
Binary1100010011010010011110100100111110010111101011101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4344F; }

 p { color: rgb(196,52,79); }

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

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

 a { background-color: rgb(196,52,79); }

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

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

 span { border-color: rgb(196,52,79); }

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