#C13651

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

Shades of Old Rose #C13651

Tints of Old Rose #C13651

Color information

#C13651 (or 0xC13651) is unknown color: approx Old Rose. HEX triplet: C1, 36 and 51. RGB value is (193,54,81). Sum of RGB (Red+Green+Blue) = 193+54+81=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C13651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13651 is #3EC9AE. Grayscale: #626262. Windows color (decimal): -4114863 or 5322433. OLE color: 5322433.

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

Color convert

RGB1935481-
CMYK00.720.580.24
HSL348.35º56.28%48.43%-
HSV(B)348.35º72.02%75.69%-
XYZ24.814.579.29-
YUV98.64118.05195.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=58.84%
G=16.46%
B=24.70%

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
Decimal193548100.720.580.24348.3556.2848.43
HexC136510483A1815c3830
Octal30166121011072305347060
Binary1100000111011010100010100100011101011000101011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13651; }

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

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

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

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

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

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

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

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