#C14155

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

Shades of Old Rose #C14155

Tints of Old Rose #C14155

Color information

#C14155 (or 0xC14155) is unknown color: approx Old Rose. HEX triplet: C1, 41 and 55. RGB value is (193,65,85). Sum of RGB (Red+Green+Blue) = 193+65+85=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C14155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14155 is #3EBEAA. Grayscale: #696969. Windows color (decimal): -4112043 or 5587393. OLE color: 5587393.

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

Color convert

RGB1936585-
CMYK00.660.560.24
HSL350.62º50.79%50.59%-
HSV(B)350.62º66.32%75.69%-
XYZ25.5215.7710.29-
YUV105.55116.41190.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=56.27%
G=18.95%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193658500.660.560.24350.6250.7950.59
HexC14155042381815f3333
Octal301101125010270305376363
Binary11000001100000110101010100001011100011000101011111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14155; }

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

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

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

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

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

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

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

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