Html Css Color HEX #C13265 Rouge

📋 copy color: '#C13265'

red 193 ◦ green 50 ◦ blue 101

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

Shades of Rouge #C13265

Tints of Rouge #C13265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 56.1%
G = 14.53%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C13265 (or 0xC13265) is known color: Rouge. HEX triplet: C1, 32 and 65. RGB value is (193,50,101). Sum of RGB (Red+Green+Blue) = 193+50+101=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C13265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13265 is #3ECD9A. Grayscale: #626262. Windows color (decimal): -4115867 or 6632129. OLE color: 6632129.

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

Color convert

RGB 193 50 101 -
CMYK 0 0.74 0.48 0.24
HSL 338.6º 0.59% 0.48% -
HSV(B) 338.6º 0.74% 0.76% -
XYZ 25.48 14.56 13.78 -
YUV 98.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 193 50 101 0 0.74 0.48 0.24 338.6 0.59 0.48
Hex C1 32 65 0 4A 30 18 153 3B 30
Octal 301 62 145 0 112 60 30 523 73 60
Binary 11000001 110010 1100101 0 1001010 110000 11000 101010011 111011 110000

Color Harmonies of #C13265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13265

Black with #C13265

Text Example


Text Example

White with #C13265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13265; }

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

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

background-color css

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

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

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

border-color css

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

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

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