Html Css Color HEX #C13767 Rouge

📋 copy color: '#C13767'

red 193 ◦ green 55 ◦ blue 103

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

Shades of Rouge #C13767

Tints of Rouge #C13767

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

 BLUE value IS 103 (40.63% from 255) = 29.34%

R = 54.99%
G = 15.67%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C13767 (or 0xC13767) is known color: Rouge. HEX triplet: C1, 37 and 67. RGB value is (193,55,103). Sum of RGB (Red+Green+Blue) = 193+55+103=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C13767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13767 is #3EC898. Grayscale: #656565. Windows color (decimal): -4114585 or 6764481. OLE color: 6764481.

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

Color convert

RGB 193 55 103 -
CMYK 0 0.72 0.47 0.24
HSL 339.13º 0.56% 0.49% -
HSV(B) 339.13º 0.72% 0.76% -
XYZ 25.81 15.05 14.38 -
YUV 101.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 193 55 103 0 0.72 0.47 0.24 339.13 0.56 0.49
Hex C1 37 67 0 48 2F 18 153 38 31
Octal 301 67 147 0 110 57 30 523 70 61
Binary 11000001 110111 1100111 0 1001000 101111 11000 101010011 111000 110001

Color Harmonies of #C13767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13767

Black with #C13767

Text Example


Text Example

White with #C13767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13767; }

 p { color: rgb(193,55,103); }

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

background-color css

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

 a { background-color: rgb(193,55,103); }

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

border-color css

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

 span { border-color: rgb(193,55,103); }

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