Html Css Color HEX #C1165B Ruby

📋 copy color: '#C1165B'

red 193 ◦ green 22 ◦ blue 91

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

Shades of Ruby #C1165B

Tints of Ruby #C1165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

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

R = 63.07%
G = 7.19%
B = 29.74%

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

#C1165B (or 0xC1165B) is known color: Ruby. HEX triplet: C1, 16 and 5B. RGB value is (193,22,91). Sum of RGB (Red+Green+Blue) = 193+22+91=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1165B is #3EE9A4. Grayscale: #505050. Windows color (decimal): -4123045 or 5969601. OLE color: 5969601.

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

Color convert

RGB 193 22 91 -
CMYK 0 0.89 0.53 0.24
HSL 335.79º 0.8% 0.42% -
HSV(B) 335.79º 0.89% 0.76% -
XYZ 24.17 12.67 11.07 -
YUV 81 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 193 22 91 0 0.89 0.53 0.24 335.79 0.8 0.42
Hex C1 16 5B 0 59 35 18 150 50 2A
Octal 301 26 133 0 131 65 30 520 120 52
Binary 11000001 10110 1011011 0 1011001 110101 11000 101010000 1010000 101010

Color Harmonies of #C1165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1165B

Black with #C1165B

Text Example


Text Example

White with #C1165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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