Html Css Color HEX #C1316B Rouge

📋 copy color: '#C1316B'

red 193 ◦ green 49 ◦ blue 107

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

Shades of Rouge #C1316B

Tints of Rouge #C1316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 55.3%
G = 14.04%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1316B (or 0xC1316B) is known color: Rouge. HEX triplet: C1, 31 and 6B. RGB value is (193,49,107). Sum of RGB (Red+Green+Blue) = 193+49+107=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1316B is #3ECE94. Grayscale: #626262. Windows color (decimal): -4116117 or 7025089. OLE color: 7025089.

HSL color Cylindrical-coordinate representation of color #C1316B: hue angle of 335.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1316B is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 107 -
CMYK 0 0.75 0.45 0.24
HSL 335.83º 0.6% 0.47% -
HSV(B) 335.83º 0.75% 0.76% -
XYZ 25.74 14.6 15.37 -
YUV 98.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 193 49 107 0 0.75 0.45 0.24 335.83 0.6 0.47
Hex C1 31 6B 0 4B 2D 18 150 3C 2F
Octal 301 61 153 0 113 55 30 520 74 57
Binary 11000001 110001 1101011 0 1001011 101101 11000 101010000 111100 101111

Color Harmonies of #C1316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1316B

Black with #C1316B

Text Example


Text Example

White with #C1316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1316B; }

 p { color: rgb(193,49,107); }

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

background-color css

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

 a { background-color: rgb(193,49,107); }

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

border-color css

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

 span { border-color: rgb(193,49,107); }

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