#C1374B

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

Shades of Old Rose #C1374B

Tints of Old Rose #C1374B

Color information

#C1374B (or 0xC1374B) is unknown color: approx Old Rose. HEX triplet: C1, 37 and 4B. RGB value is (193,55,75). Sum of RGB (Red+Green+Blue) = 193+55+75=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1374B is #3EC8B4. Grayscale: #626262. Windows color (decimal): -4114613 or 4929473. OLE color: 4929473.

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

Color convert

RGB1935575-
CMYK00.720.610.24
HSL351.3º55.65%48.63%-
HSV(B)351.3º71.5%75.69%-
XYZ24.6314.588.17-
YUV98.54114.72195.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.75%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=59.75%
G=17.03%
B=23.22%

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
Decimal193557500.720.610.24351.355.6548.63
HexC1374B0483D1815f3831
Octal30167113011075305377061
Binary1100000111011110010110100100011110111000101011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1374B; }

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

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

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

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

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

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

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

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