Html Css Color HEX #C13165 Rouge

📋 copy color: '#C13165'

red 193 ◦ green 49 ◦ blue 101

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

Shades of Rouge #C13165

Tints of Rouge #C13165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 56.27%
G = 14.29%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C13165 (or 0xC13165) is known color: Rouge. HEX triplet: C1, 31 and 65. RGB value is (193,49,101). Sum of RGB (Red+Green+Blue) = 193+49+101=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C13165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13165 is #3ECE9A. Grayscale: #616161. Windows color (decimal): -4116123 or 6631873. OLE color: 6631873.

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

Color convert

RGB 193 49 101 -
CMYK 0 0.75 0.48 0.24
HSL 338.33º 0.6% 0.47% -
HSV(B) 338.33º 0.75% 0.76% -
XYZ 25.44 14.47 13.76 -
YUV 97.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 193 49 101 0 0.75 0.48 0.24 338.33 0.6 0.47
Hex C1 31 65 0 4B 30 18 152 3C 2F
Octal 301 61 145 0 113 60 30 522 74 57
Binary 11000001 110001 1100101 0 1001011 110000 11000 101010010 111100 101111

Color Harmonies of #C13165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13165

Black with #C13165

Text Example


Text Example

White with #C13165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13165; }

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

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

background-color css

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

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

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

border-color css

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

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

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