#C13665

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

Shades of Rouge #C13665

Tints of Rouge #C13665

Color information

#C13665 (or 0xC13665) is unknown color: approx Rouge. HEX triplet: C1, 36 and 65. RGB value is (193,54,101). Sum of RGB (Red+Green+Blue) = 193+54+101=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C13665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13665 is #3EC99A. Grayscale: #646464. Windows color (decimal): -4114843 or 6633153. OLE color: 6633153.

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

Color convert

RGB19354101-
CMYK00.720.480.24
HSL339.71º56.28%48.43%-
HSV(B)339.71º72.02%75.69%-
XYZ25.6614.9213.84-
YUV100.92128.05193.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=55.46%
G=15.52%
B=29.02%

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
Decimal1935410100.720.480.24339.7156.2848.43
HexC1366504830181543830
Octal30166145011060305247060
Binary1100000111011011001010100100011000011000101010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13665; }

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

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

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

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

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

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

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

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