Html Css Color HEX #C11760 Ruby

📋 copy color: '#C11760'

red 193 ◦ green 23 ◦ blue 96

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

Shades of Ruby #C11760

Tints of Ruby #C11760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 61.86%
G = 7.37%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11760 (or 0xC11760) is known color: Ruby. HEX triplet: C1, 17 and 60. RGB value is (193,23,96). Sum of RGB (Red+Green+Blue) = 193+23+96=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C11760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11760 is #3EE89F. Grayscale: #525252. Windows color (decimal): -4122784 or 6297537. OLE color: 6297537.

HSL color Cylindrical-coordinate representation of color #C11760: hue angle of 334.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11760 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 23 96 -
CMYK 0 0.88 0.50 0.24
HSL 334.24º 0.79% 0.42% -
HSV(B) 334.24º 0.88% 0.76% -
XYZ 24.41 12.79 12.25 -
YUV 82.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 193 23 96 0 0.88 0.50 0.24 334.24 0.79 0.42
Hex C1 17 60 0 58 32 18 14E 4F 2A
Octal 301 27 140 0 130 62 30 516 117 52
Binary 11000001 10111 1100000 0 1011000 110010 11000 101001110 1001111 101010

Color Harmonies of #C11760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11760

Black with #C11760

Text Example


Text Example

White with #C11760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11760; }

 p { color: rgb(193,23,96); }

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

background-color css

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

 a { background-color: rgb(193,23,96); }

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

border-color css

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

 span { border-color: rgb(193,23,96); }

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