#C3414F

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

Shades of Old Rose #C3414F

Tints of Old Rose #C3414F

Color information

#C3414F (or 0xC3414F) is unknown color: approx Old Rose. HEX triplet: C3, 41 and 4F. RGB value is (195,65,79). Sum of RGB (Red+Green+Blue) = 195+65+79=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3414F is #3CBEB0. Grayscale: #696969. Windows color (decimal): -3980977 or 5194179. OLE color: 5194179.

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

Color convert

RGB1956579-
CMYK00.670.590.24
HSL353.54º52%50.98%-
HSV(B)353.54º66.67%76.47%-
XYZ25.8115.959.12-
YUV105.47113.07191.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=57.52%
G=19.17%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195657900.670.590.24353.545250.98
HexC3414F0433B181623433
Octal303101117010373305426463
Binary11000011100000110011110100001111101111000101100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3414F; }

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

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

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

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

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

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

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

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