Html Css Color HEX #C13862 Rouge

📋 copy color: '#C13862'

red 193 ◦ green 56 ◦ blue 98

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

Shades of Rouge #C13862

Tints of Rouge #C13862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 55.62%
G = 16.14%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C13862 (or 0xC13862) is known color: Rouge. HEX triplet: C1, 38 and 62. RGB value is (193,56,98). Sum of RGB (Red+Green+Blue) = 193+56+98=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13862 is #3EC79D. Grayscale: #656565. Windows color (decimal): -4114334 or 6437057. OLE color: 6437057.

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

Color convert

RGB 193 56 98 -
CMYK 0 0.71 0.49 0.24
HSL 341.61º 0.55% 0.49% -
HSV(B) 341.61º 0.71% 0.76% -
XYZ 25.61 15.05 13.11 -
YUV 101.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 193 56 98 0 0.71 0.49 0.24 341.61 0.55 0.49
Hex C1 38 62 0 47 31 18 156 37 31
Octal 301 70 142 0 107 61 30 526 67 61
Binary 11000001 111000 1100010 0 1000111 110001 11000 101010110 110111 110001

Color Harmonies of #C13862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13862

Black with #C13862

Text Example


Text Example

White with #C13862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13862; }

 p { color: rgb(193,56,98); }

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

background-color css

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

 a { background-color: rgb(193,56,98); }

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

border-color css

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

 span { border-color: rgb(193,56,98); }

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