Html Css Color HEX #C11A60 Ruby

📋 copy color: '#C11A60'

red 193 ◦ green 26 ◦ blue 96

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

Shades of Ruby #C11A60

Tints of Ruby #C11A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 61.27%
G = 8.25%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C11A60 (or 0xC11A60) is known color: Ruby. HEX triplet: C1, 1A and 60. RGB value is (193,26,96). Sum of RGB (Red+Green+Blue) = 193+26+96=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A60 is #3EE59F. Grayscale: #535353. Windows color (decimal): -4122016 or 6298305. OLE color: 6298305.

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

Color convert

RGB 193 26 96 -
CMYK 0 0.87 0.50 0.24
HSL 334.85º 0.76% 0.43% -
HSV(B) 334.85º 0.87% 0.76% -
XYZ 24.47 12.92 12.27 -
YUV 83.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 193 26 96 0 0.87 0.50 0.24 334.85 0.76 0.43
Hex C1 1A 60 0 57 32 18 14F 4C 2B
Octal 301 32 140 0 127 62 30 517 114 53
Binary 11000001 11010 1100000 0 1010111 110010 11000 101001111 1001100 101011

Color Harmonies of #C11A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A60

Black with #C11A60

Text Example


Text Example

White with #C11A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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