#C14151

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

Shades of Old Rose #C14151

Tints of Old Rose #C14151

Color information

#C14151 (or 0xC14151) is unknown color: approx Old Rose. HEX triplet: C1, 41 and 51. RGB value is (193,65,81). Sum of RGB (Red+Green+Blue) = 193+65+81=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C14151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14151 is #3EBEAE. Grayscale: #696969. Windows color (decimal): -4112047 or 5325249. OLE color: 5325249.

HSL color Cylindrical-coordinate representation of color #C14151: hue angle of 352.5º 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 #C14151 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1936581-
CMYK00.660.580.24
HSL352.5º50.79%50.59%-
HSV(B)352.5º66.32%75.69%-
XYZ25.3715.719.48-
YUV105.1114.41190.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=56.93%
G=19.17%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193658100.660.580.24352.550.7950.59
HexC141510423A181603333
Octal301101121010272305406363
Binary11000001100000110100010100001011101011000101100000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14151; }

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

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

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

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

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

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

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

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