#C1374A

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

Shades of Old Rose #C1374A

Tints of Old Rose #C1374A

Color information

#C1374A (or 0xC1374A) is unknown color: approx Old Rose. HEX triplet: C1, 37 and 4A. RGB value is (193,55,74). Sum of RGB (Red+Green+Blue) = 193+55+74=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1374A is #3EC8B5. Grayscale: #626262. Windows color (decimal): -4114614 or 4863937. OLE color: 4863937.

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

Color convert

RGB1935574-
CMYK00.720.620.24
HSL351.74º55.65%48.63%-
HSV(B)351.74º71.5%75.69%-
XYZ24.5914.567.99-
YUV98.43114.22195.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.94%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=59.94%
G=17.08%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193557400.720.620.24351.7455.6548.63
HexC1374A0483E181603831
Octal30167112011076305407061
Binary1100000111011110010100100100011111011000101100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1374A; }

 p { color: rgb(193,55,74); }

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

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

 a { background-color: rgb(193,55,74); }

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

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

 span { border-color: rgb(193,55,74); }

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