#C3344F

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

Shades of Old Rose #C3344F

Tints of Old Rose #C3344F

Color information

#C3344F (or 0xC3344F) is unknown color: approx Old Rose. HEX triplet: C3, 34 and 4F. RGB value is (195,52,79). Sum of RGB (Red+Green+Blue) = 195+52+79=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3344F is #3CCBB0. Grayscale: #616161. Windows color (decimal): -3984305 or 5190851. OLE color: 5190851.

HSL color Cylindrical-coordinate representation of color #C3344F: hue angle of 348.67º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3344F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1955279-
CMYK00.730.590.24
HSL348.67º57.89%48.43%-
HSV(B)348.67º73.33%76.47%-
XYZ25.1414.628.89-
YUV97.84117.38197.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.82%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=59.82%
G=15.95%
B=24.23%

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
Decimal195527900.730.590.24348.6757.8948.43
HexC3344F0493B1815d3a30
Octal30364117011173305357260
Binary1100001111010010011110100100111101111000101011101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3344F; }

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

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

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

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

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

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

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

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