Html Css Color HEX #C13267 Rouge

📋 copy color: '#C13267'

red 193 ◦ green 50 ◦ blue 103

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

Shades of Rouge #C13267

Tints of Rouge #C13267

RGB

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

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

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

R = 55.78%
G = 14.45%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C13267 (or 0xC13267) is known color: Rouge. HEX triplet: C1, 32 and 67. RGB value is (193,50,103). Sum of RGB (Red+Green+Blue) = 193+50+103=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C13267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13267 is #3ECD98. Grayscale: #626262. Windows color (decimal): -4115865 or 6763201. OLE color: 6763201.

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

Color convert

RGB 193 50 103 -
CMYK 0 0.74 0.47 0.24
HSL 337.76º 0.59% 0.48% -
HSV(B) 337.76º 0.74% 0.76% -
XYZ 25.58 14.6 14.3 -
YUV 98.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 193 50 103 0 0.74 0.47 0.24 337.76 0.59 0.48
Hex C1 32 67 0 4A 2F 18 152 3B 30
Octal 301 62 147 0 112 57 30 522 73 60
Binary 11000001 110010 1100111 0 1001010 101111 11000 101010010 111011 110000

Color Harmonies of #C13267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13267

Black with #C13267

Text Example


Text Example

White with #C13267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13267; }

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

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

background-color css

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

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

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

border-color css

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

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

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