Html Css Color HEX #C13763 Rouge

📋 copy color: '#C13763'

red 193 ◦ green 55 ◦ blue 99

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

Shades of Rouge #C13763

Tints of Rouge #C13763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 55.62%
G = 15.85%
B = 28.53%

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

#C13763 (or 0xC13763) is known color: Rouge. HEX triplet: C1, 37 and 63. RGB value is (193,55,99). Sum of RGB (Red+Green+Blue) = 193+55+99=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13763 is #3EC89C. Grayscale: #656565. Windows color (decimal): -4114589 or 6502337. OLE color: 6502337.

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

Color convert

RGB 193 55 99 -
CMYK 0 0.72 0.49 0.24
HSL 340.87º 0.56% 0.49% -
HSV(B) 340.87º 0.72% 0.76% -
XYZ 25.61 14.97 13.34 -
YUV 101.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 193 55 99 0 0.72 0.49 0.24 340.87 0.56 0.49
Hex C1 37 63 0 48 31 18 155 38 31
Octal 301 67 143 0 110 61 30 525 70 61
Binary 11000001 110111 1100011 0 1001000 110001 11000 101010101 111000 110001

Color Harmonies of #C13763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13763

Black with #C13763

Text Example


Text Example

White with #C13763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13763; }

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

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

background-color css

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

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

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

border-color css

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

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

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