#C13664

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

Shades of Rouge #C13664

Tints of Rouge #C13664

Color information

#C13664 (or 0xC13664) is unknown color: approx Rouge. HEX triplet: C1, 36 and 64. RGB value is (193,54,100). Sum of RGB (Red+Green+Blue) = 193+54+100=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13664 is #3EC99B. Grayscale: #646464. Windows color (decimal): -4114844 or 6567617. OLE color: 6567617.

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

Color convert

RGB19354100-
CMYK00.720.480.24
HSL340.14º56.28%48.43%-
HSV(B)340.14º72.02%75.69%-
XYZ25.6114.913.58-
YUV100.8127.55193.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=55.62%
G=15.56%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935410000.720.480.24340.1456.2848.43
HexC1366404830181543830
Octal30166144011060305247060
Binary1100000111011011001000100100011000011000101010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13664; }

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

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

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

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

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

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

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

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