Html Css Color HEX #C13663 Rouge

📋 copy color: '#C13663'

red 193 ◦ green 54 ◦ blue 99

#C13663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #C13663

Tints of Rouge #C13663

RGB

 RED value IS 193 (75.78% from 255) = 55.78%

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 99 (39.06% from 255) = 28.61%

R = 55.78%
G = 15.61%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C13663 (or 0xC13663) is known color: Rouge. HEX triplet: C1, 36 and 63. RGB value is (193,54,99). Sum of RGB (Red+Green+Blue) = 193+54+99=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C13663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13663 is #3EC99C. Grayscale: #646464. Windows color (decimal): -4114845 or 6502081. OLE color: 6502081.

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

Color convert

RGB 193 54 99 -
CMYK 0 0.72 0.49 0.24
HSL 340.58º 0.56% 0.48% -
HSV(B) 340.58º 0.72% 0.76% -
XYZ 25.56 14.88 13.33 -
YUV 100.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 193 54 99 0 0.72 0.49 0.24 340.58 0.56 0.48
Hex C1 36 63 0 48 31 18 155 38 30
Octal 301 66 143 0 110 61 30 525 70 60
Binary 11000001 110110 1100011 0 1001000 110001 11000 101010101 111000 110000

Color Harmonies of #C13663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13663

Black with #C13663

Text Example


Text Example

White with #C13663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13663; }

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

 H1.HeaderClassName
 {
   color: #C13663;
 }
 .AnyTagClassName
 {
   color: #C13663;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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