#C13751

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

Shades of Old Rose #C13751

Tints of Old Rose #C13751

Color information

#C13751 (or 0xC13751) is unknown color: approx Old Rose. HEX triplet: C1, 37 and 51. RGB value is (193,55,81). Sum of RGB (Red+Green+Blue) = 193+55+81=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C13751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13751 is #3EC8AE. Grayscale: #636363. Windows color (decimal): -4114607 or 5322689. OLE color: 5322689.

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

Color convert

RGB1935581-
CMYK00.720.580.24
HSL348.7º55.65%48.63%-
HSV(B)348.7º71.5%75.69%-
XYZ24.8414.669.31-
YUV99.23117.72194.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=58.66%
G=16.72%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193558100.720.580.24348.755.6548.63
HexC137510483A1815d3831
Octal30167121011072305357061
Binary1100000111011110100010100100011101011000101011101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13751; }

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

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

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

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

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

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

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

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