#C1364C

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

Shades of Old Rose #C1364C

Tints of Old Rose #C1364C

Color information

#C1364C (or 0xC1364C) is unknown color: approx Old Rose. HEX triplet: C1, 36 and 4C. RGB value is (193,54,76). Sum of RGB (Red+Green+Blue) = 193+54+76=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1364C is #3EC9B3. Grayscale: #626262. Windows color (decimal): -4114868 or 4994753. OLE color: 4994753.

HSL color Cylindrical-coordinate representation of color #C1364C: hue angle of 350.5º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1364C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1935476-
CMYK00.720.610.24
HSL350.5º56.28%48.43%-
HSV(B)350.5º72.02%75.69%-
XYZ24.6214.58.34-
YUV98.07115.55195.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=59.75%
G=16.72%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193547600.720.610.24350.556.2848.43
HexC1364C0483D1815f3830
Octal30166114011075305377060
Binary1100000111011010011000100100011110111000101011111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1364C; }

 p { color: rgb(193,54,76); }

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

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

 a { background-color: rgb(193,54,76); }

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

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

 span { border-color: rgb(193,54,76); }

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