Html Css Color HEX #C1155B Ruby

📋 copy color: '#C1155B'

red 193 ◦ green 21 ◦ blue 91

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

Shades of Ruby #C1155B

Tints of Ruby #C1155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 63.28%
G = 6.89%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1155B (or 0xC1155B) is known color: Ruby. HEX triplet: C1, 15 and 5B. RGB value is (193,21,91). Sum of RGB (Red+Green+Blue) = 193+21+91=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1155B is #3EEAA4. Grayscale: #505050. Windows color (decimal): -4123301 or 5969345. OLE color: 5969345.

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

Color convert

RGB 193 21 91 -
CMYK 0 0.89 0.53 0.24
HSL 335.58º 0.8% 0.42% -
HSV(B) 335.58º 0.89% 0.76% -
XYZ 24.15 12.63 11.06 -
YUV 80.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 193 21 91 0 0.89 0.53 0.24 335.58 0.8 0.42
Hex C1 15 5B 0 59 35 18 150 50 2A
Octal 301 25 133 0 131 65 30 520 120 52
Binary 11000001 10101 1011011 0 1011001 110101 11000 101010000 1010000 101010

Color Harmonies of #C1155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1155B

Black with #C1155B

Text Example


Text Example

White with #C1155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1155B; }

 p { color: rgb(193,21,91); }

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

background-color css

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

 a { background-color: rgb(193,21,91); }

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

border-color css

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

 span { border-color: rgb(193,21,91); }

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