#C1414F

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

Shades of Old Rose #C1414F

Tints of Old Rose #C1414F

Color information

#C1414F (or 0xC1414F) is unknown color: approx Old Rose. HEX triplet: C1, 41 and 4F. RGB value is (193,65,79). Sum of RGB (Red+Green+Blue) = 193+65+79=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1414F is #3EBEB0. Grayscale: #686868. Windows color (decimal): -4112049 or 5194177. OLE color: 5194177.

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

Color convert

RGB1936579-
CMYK00.660.590.24
HSL353.44º50.79%50.59%-
HSV(B)353.44º66.32%75.69%-
XYZ25.2915.689.09-
YUV104.87113.41190.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=57.27%
G=19.29%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193657900.660.590.24353.4450.7950.59
HexC1414F0423B181613333
Octal301101117010273305416363
Binary11000001100000110011110100001011101111000101100001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1414F; }

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

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

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

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

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

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

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

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