Html Css Color HEX #C1165A Ruby

📋 copy color: '#C1165A'

red 193 ◦ green 22 ◦ blue 90

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

Shades of Ruby #C1165A

Tints of Ruby #C1165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 63.28%
G = 7.21%
B = 29.51%

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

#C1165A (or 0xC1165A) is known color: Ruby. HEX triplet: C1, 16 and 5A. RGB value is (193,22,90). Sum of RGB (Red+Green+Blue) = 193+22+90=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1165A is #3EE9A5. Grayscale: #505050. Windows color (decimal): -4123046 or 5904065. OLE color: 5904065.

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

Color convert

RGB 193 22 90 -
CMYK 0 0.89 0.53 0.24
HSL 336.14º 0.8% 0.42% -
HSV(B) 336.14º 0.89% 0.76% -
XYZ 24.12 12.65 10.84 -
YUV 80.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 193 22 90 0 0.89 0.53 0.24 336.14 0.8 0.42
Hex C1 16 5A 0 59 35 18 150 50 2A
Octal 301 26 132 0 131 65 30 520 120 52
Binary 11000001 10110 1011010 0 1011001 110101 11000 101010000 1010000 101010

Color Harmonies of #C1165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1165A

Black with #C1165A

Text Example


Text Example

White with #C1165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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