Html Css Color HEX #C2105B Ruby

📋 copy color: '#C2105B'

red 194 ◦ green 16 ◦ blue 91

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

Shades of Ruby #C2105B

Tints of Ruby #C2105B

RGB

 RED value IS 194 (76.17% from 255) = 64.45%

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 64.45%
G = 5.32%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2105B (or 0xC2105B) is known color: Ruby. HEX triplet: C2, 10 and 5B. RGB value is (194,16,91). Sum of RGB (Red+Green+Blue) = 194+16+91=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2105B is #3DEFA4. Grayscale: #4D4D4D. Windows color (decimal): -4059045 or 5968066. OLE color: 5968066.

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

Color convert

RGB 194 16 91 -
CMYK 0 0.92 0.53 0.24
HSL 334.72º 0.85% 0.41% -
HSV(B) 334.72º 0.92% 0.76% -
XYZ 24.32 12.6 11.05 -
YUV 77.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 194 16 91 0 0.92 0.53 0.24 334.72 0.85 0.41
Hex C2 10 5B 0 5C 35 18 14F 55 29
Octal 302 20 133 0 134 65 30 517 125 51
Binary 11000010 10000 1011011 0 1011100 110101 11000 101001111 1010101 101001

Color Harmonies of #C2105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2105B

Black with #C2105B

Text Example


Text Example

White with #C2105B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2105B; }

 p { color: rgb(194,16,91); }

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

background-color css

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

 a { background-color: rgb(194,16,91); }

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

border-color css

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

 span { border-color: rgb(194,16,91); }

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