Html Css Color HEX #C13667 Rouge

📋 copy color: '#C13667'

red 193 ◦ green 54 ◦ blue 103

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

Shades of Rouge #C13667

Tints of Rouge #C13667

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 55.14%
G = 15.43%
B = 29.43%

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

#C13667 (or 0xC13667) is known color: Rouge. HEX triplet: C1, 36 and 67. RGB value is (193,54,103). Sum of RGB (Red+Green+Blue) = 193+54+103=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C13667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13667 is #3EC998. Grayscale: #656565. Windows color (decimal): -4114841 or 6764225. OLE color: 6764225.

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

Color convert

RGB 193 54 103 -
CMYK 0 0.72 0.47 0.24
HSL 338.85º 0.56% 0.48% -
HSV(B) 338.85º 0.72% 0.76% -
XYZ 25.76 14.96 14.36 -
YUV 101.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 193 54 103 0 0.72 0.47 0.24 338.85 0.56 0.48
Hex C1 36 67 0 48 2F 18 153 38 30
Octal 301 66 147 0 110 57 30 523 70 60
Binary 11000001 110110 1100111 0 1001000 101111 11000 101010011 111000 110000

Color Harmonies of #C13667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13667

Black with #C13667

Text Example


Text Example

White with #C13667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13667; }

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

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

background-color css

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

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

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

border-color css

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

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

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