Html Css Color HEX #C12E68 Rouge

📋 copy color: '#C12E68'

red 193 ◦ green 46 ◦ blue 104

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

Shades of Rouge #C12E68

Tints of Rouge #C12E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 56.27%
G = 13.41%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C12E68 (or 0xC12E68) is known color: Rouge. HEX triplet: C1, 2E and 68. RGB value is (193,46,104). Sum of RGB (Red+Green+Blue) = 193+46+104=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12E68 is #3ED197. Grayscale: #606060. Windows color (decimal): -4116888 or 6827713. OLE color: 6827713.

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

Color convert

RGB 193 46 104 -
CMYK 0 0.76 0.46 0.24
HSL 336.33º 0.62% 0.47% -
HSV(B) 336.33º 0.76% 0.76% -
XYZ 25.47 14.29 14.51 -
YUV 96.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 193 46 104 0 0.76 0.46 0.24 336.33 0.62 0.47
Hex C1 2E 68 0 4C 2E 18 150 3E 2F
Octal 301 56 150 0 114 56 30 520 76 57
Binary 11000001 101110 1101000 0 1001100 101110 11000 101010000 111110 101111

Color Harmonies of #C12E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E68

Black with #C12E68

Text Example


Text Example

White with #C12E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E68; }

 p { color: rgb(193,46,104); }

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

background-color css

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

 a { background-color: rgb(193,46,104); }

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

border-color css

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

 span { border-color: rgb(193,46,104); }

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