Html Css Color HEX #C13867 Rouge

📋 copy color: '#C13867'

red 193 ◦ green 56 ◦ blue 103

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

Shades of Rouge #C13867

Tints of Rouge #C13867

RGB

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

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

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

R = 54.83%
G = 15.91%
B = 29.26%

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

#C13867 (or 0xC13867) is known color: Rouge. HEX triplet: C1, 38 and 67. RGB value is (193,56,103). Sum of RGB (Red+Green+Blue) = 193+56+103=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C13867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13867 is #3EC798. Grayscale: #666666. Windows color (decimal): -4114329 or 6764737. OLE color: 6764737.

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

Color convert

RGB 193 56 103 -
CMYK 0 0.71 0.47 0.24
HSL 339.42º 0.55% 0.49% -
HSV(B) 339.42º 0.71% 0.76% -
XYZ 25.85 15.15 14.39 -
YUV 102.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 193 56 103 0 0.71 0.47 0.24 339.42 0.55 0.49
Hex C1 38 67 0 47 2F 18 153 37 31
Octal 301 70 147 0 107 57 30 523 67 61
Binary 11000001 111000 1100111 0 1000111 101111 11000 101010011 110111 110001

Color Harmonies of #C13867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13867

Black with #C13867

Text Example


Text Example

White with #C13867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13867; }

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

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

background-color css

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

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

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

border-color css

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

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

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