Html Css Color HEX #C13266 Rouge

📋 copy color: '#C13266'

red 193 ◦ green 50 ◦ blue 102

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

Shades of Rouge #C13266

Tints of Rouge #C13266

RGB

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

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

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

R = 55.94%
G = 14.49%
B = 29.57%

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

#C13266 (or 0xC13266) is known color: Rouge. HEX triplet: C1, 32 and 66. RGB value is (193,50,102). Sum of RGB (Red+Green+Blue) = 193+50+102=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13266 is #3ECD99. Grayscale: #626262. Windows color (decimal): -4115866 or 6697665. OLE color: 6697665.

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

Color convert

RGB 193 50 102 -
CMYK 0 0.74 0.47 0.24
HSL 338.18º 0.59% 0.48% -
HSV(B) 338.18º 0.74% 0.76% -
XYZ 25.53 14.58 14.04 -
YUV 98.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 193 50 102 0 0.74 0.47 0.24 338.18 0.59 0.48
Hex C1 32 66 0 4A 2F 18 152 3B 30
Octal 301 62 146 0 112 57 30 522 73 60
Binary 11000001 110010 1100110 0 1001010 101111 11000 101010010 111011 110000

Color Harmonies of #C13266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13266

Black with #C13266

Text Example


Text Example

White with #C13266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13266; }

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

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

background-color css

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

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

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

border-color css

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

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

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