Html Css Color HEX #C13464 Rouge

📋 copy color: '#C13464'

red 193 ◦ green 52 ◦ blue 100

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

Shades of Rouge #C13464

Tints of Rouge #C13464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 55.94%
G = 15.07%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C13464 (or 0xC13464) is known color: Rouge. HEX triplet: C1, 34 and 64. RGB value is (193,52,100). Sum of RGB (Red+Green+Blue) = 193+52+100=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13464 is #3ECB9B. Grayscale: #636363. Windows color (decimal): -4115356 or 6567105. OLE color: 6567105.

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

Color convert

RGB 193 52 100 -
CMYK 0 0.73 0.48 0.24
HSL 339.57º 0.58% 0.48% -
HSV(B) 339.57º 0.73% 0.76% -
XYZ 25.52 14.71 13.55 -
YUV 99.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 193 52 100 0 0.73 0.48 0.24 339.57 0.58 0.48
Hex C1 34 64 0 49 30 18 154 3A 30
Octal 301 64 144 0 111 60 30 524 72 60
Binary 11000001 110100 1100100 0 1001001 110000 11000 101010100 111010 110000

Color Harmonies of #C13464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13464

Black with #C13464

Text Example


Text Example

White with #C13464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13464; }

 p { color: rgb(193,52,100); }

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

background-color css

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

 a { background-color: rgb(193,52,100); }

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

border-color css

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

 span { border-color: rgb(193,52,100); }

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