Html Css Color HEX #C7105F Ruby

📋 copy color: '#C7105F'

red 199 ◦ green 16 ◦ blue 95

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

Shades of Ruby #C7105F

Tints of Ruby #C7105F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 64.19%
G = 5.16%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7105F (or 0xC7105F) is known color: Ruby. HEX triplet: C7, 10 and 5F. RGB value is (199,16,95). Sum of RGB (Red+Green+Blue) = 199+16+95=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7105F is #38EFA0. Grayscale: #4F4F4F. Windows color (decimal): -3731361 or 6230215. OLE color: 6230215.

HSL color Cylindrical-coordinate representation of color #C7105F: hue angle of 334.1º 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 #C7105F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 95 -
CMYK 0 0.92 0.52 0.22
HSL 334.1º 0.85% 0.42% -
HSV(B) 334.1º 0.92% 0.78% -
XYZ 25.8 13.34 12.04 -
YUV 79.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 199 16 95 0 0.92 0.52 0.22 334.1 0.85 0.42
Hex C7 10 5F 0 5C 34 16 14E 55 2A
Octal 307 20 137 0 134 64 26 516 125 52
Binary 11000111 10000 1011111 0 1011100 110100 10110 101001110 1010101 101010

Color Harmonies of #C7105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7105F

Black with #C7105F

Text Example


Text Example

White with #C7105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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