Html Css Color HEX #C13866 Rouge

📋 copy color: '#C13866'

red 193 ◦ green 56 ◦ blue 102

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

Shades of Rouge #C13866

Tints of Rouge #C13866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 54.99%
G = 15.95%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C13866 (or 0xC13866) is known color: Rouge. HEX triplet: C1, 38 and 66. RGB value is (193,56,102). Sum of RGB (Red+Green+Blue) = 193+56+102=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C13866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13866 is #3EC799. Grayscale: #666666. Windows color (decimal): -4114330 or 6699201. OLE color: 6699201.

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

Color convert

RGB 193 56 102 -
CMYK 0 0.71 0.47 0.24
HSL 339.85º 0.55% 0.49% -
HSV(B) 339.85º 0.71% 0.76% -
XYZ 25.8 15.13 14.13 -
YUV 102.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 193 56 102 0 0.71 0.47 0.24 339.85 0.55 0.49
Hex C1 38 66 0 47 2F 18 154 37 31
Octal 301 70 146 0 107 57 30 524 67 61
Binary 11000001 111000 1100110 0 1000111 101111 11000 101010100 110111 110001

Color Harmonies of #C13866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13866

Black with #C13866

Text Example


Text Example

White with #C13866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13866; }

 p { color: rgb(193,56,102); }

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

background-color css

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

 a { background-color: rgb(193,56,102); }

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

border-color css

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

 span { border-color: rgb(193,56,102); }

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