#C13963

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

Shades of Rouge #C13963

Tints of Rouge #C13963

Color information

#C13963 (or 0xC13963) is unknown color: approx Rouge. HEX triplet: C1, 39 and 63. RGB value is (193,57,99). Sum of RGB (Red+Green+Blue) = 193+57+99=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C13963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13963 is #3EC69C. Grayscale: #666666. Windows color (decimal): -4114077 or 6502849. OLE color: 6502849.

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

Color convert

RGB1935799-
CMYK00.700.490.24
HSL341.47º54.4%49.02%-
HSV(B)341.47º70.47%75.69%-
XYZ25.7115.1613.38-
YUV102.45126.06192.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.30%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 99 (39.06% from 255) = 28.37%
R=55.30%
G=16.33%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193579900.700.490.24341.4754.449.02
HexC1396304631181553631
Octal30171143010661305256661
Binary1100000111100111000110100011011000111000101010101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13963; }

 p { color: rgb(193,57,99); }

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

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

 a { background-color: rgb(193,57,99); }

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

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

 span { border-color: rgb(193,57,99); }

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