Html Css Color HEX #C13468 Rouge

📋 copy color: '#C13468'

red 193 ◦ green 52 ◦ blue 104

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

Shades of Rouge #C13468

Tints of Rouge #C13468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 55.3%
G = 14.9%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C13468 (or 0xC13468) is known color: Rouge. HEX triplet: C1, 34 and 68. RGB value is (193,52,104). Sum of RGB (Red+Green+Blue) = 193+52+104=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C13468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13468 is #3ECB97. Grayscale: #646464. Windows color (decimal): -4115352 or 6829249. OLE color: 6829249.

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

Color convert

RGB 193 52 104 -
CMYK 0 0.73 0.46 0.24
HSL 337.87º 0.58% 0.48% -
HSV(B) 337.87º 0.73% 0.76% -
XYZ 25.72 14.79 14.6 -
YUV 100.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 193 52 104 0 0.73 0.46 0.24 337.87 0.58 0.48
Hex C1 34 68 0 49 2E 18 152 3A 30
Octal 301 64 150 0 111 56 30 522 72 60
Binary 11000001 110100 1101000 0 1001001 101110 11000 101010010 111010 110000

Color Harmonies of #C13468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13468

Black with #C13468

Text Example


Text Example

White with #C13468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13468; }

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

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

background-color css

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

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

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

border-color css

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

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

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