#C14150

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

Shades of Old Rose #C14150

Tints of Old Rose #C14150

Color information

#C14150 (or 0xC14150) is unknown color: approx Old Rose. HEX triplet: C1, 41 and 50. RGB value is (193,65,80). Sum of RGB (Red+Green+Blue) = 193+65+80=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14150 is #3EBEAF. Grayscale: #696969. Windows color (decimal): -4112048 or 5259713. OLE color: 5259713.

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

Color convert

RGB1936580-
CMYK00.660.590.24
HSL352.97º50.79%50.59%-
HSV(B)352.97º66.32%75.69%-
XYZ25.3315.79.28-
YUV104.98113.91190.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=57.10%
G=19.23%
B=23.67%

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
Decimal193658000.660.590.24352.9750.7950.59
HexC141500423B181613333
Octal301101120010273305416363
Binary11000001100000110100000100001011101111000101100001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14150; }

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

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

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

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

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

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

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

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