Html Css Color HEX #C13963 Rouge

📋 copy color: '#C13963'

red 193 ◦ green 57 ◦ blue 99

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

Shades of Rouge #C13963

Tints of Rouge #C13963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.33%

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

R = 55.3%
G = 16.33%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C13963 (or 0xC13963) is known color: 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

RGB 193 57 99 -
CMYK 0 0.70 0.49 0.24
HSL 341.47º 0.54% 0.49% -
HSV(B) 341.47º 0.7% 0.76% -
XYZ 25.71 15.16 13.38 -
YUV 102.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 193 57 99 0 0.70 0.49 0.24 341.47 0.54 0.49
Hex C1 39 63 0 46 31 18 155 36 31
Octal 301 71 143 0 106 61 30 525 66 61
Binary 11000001 111001 1100011 0 1000110 110001 11000 101010101 110110 110001

Color Harmonies of #C13963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13963

Black with #C13963

Text Example


Text Example

White with #C13963

Text Example


Text Example

HTML Codes & Css Web 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>