Html Css Color HEX #C7105E Ruby

📋 copy color: '#C7105E'

red 199 ◦ green 16 ◦ blue 94

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

Shades of Ruby #C7105E

Tints of Ruby #C7105E

RGB

 RED value IS 199 (78.13% from 255) = 64.4%

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

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 64.4%
G = 5.18%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7105E (or 0xC7105E) is known color: Ruby. HEX triplet: C7, 10 and 5E. RGB value is (199,16,94). Sum of RGB (Red+Green+Blue) = 199+16+94=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7105E is #38EFA1. Grayscale: #4F4F4F. Windows color (decimal): -3731362 or 6164679. OLE color: 6164679.

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

Color convert

RGB 199 16 94 -
CMYK 0 0.92 0.53 0.22
HSL 334.43º 0.85% 0.42% -
HSV(B) 334.43º 0.92% 0.78% -
XYZ 25.76 13.32 11.8 -
YUV 79.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 199 16 94 0 0.92 0.53 0.22 334.43 0.85 0.42
Hex C7 10 5E 0 5C 35 16 14E 55 2A
Octal 307 20 136 0 134 65 26 516 125 52
Binary 11000111 10000 1011110 0 1011100 110101 10110 101001110 1010101 101010

Color Harmonies of #C7105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7105E

Black with #C7105E

Text Example


Text Example

White with #C7105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7105E; }

 p { color: rgb(199,16,94); }

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

background-color css

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

 a { background-color: rgb(199,16,94); }

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

border-color css

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

 span { border-color: rgb(199,16,94); }

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