Html Css Color HEX #C7115E Ruby

📋 copy color: '#C7115E'

red 199 ◦ green 17 ◦ blue 94

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

Shades of Ruby #C7115E

Tints of Ruby #C7115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 64.19%
G = 5.48%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7115E (or 0xC7115E) is known color: Ruby. HEX triplet: C7, 11 and 5E. RGB value is (199,17,94). Sum of RGB (Red+Green+Blue) = 199+17+94=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7115E is #38EEA1. Grayscale: #505050. Windows color (decimal): -3731106 or 6164935. OLE color: 6164935.

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

Color convert

RGB 199 17 94 -
CMYK 0 0.91 0.53 0.22
HSL 334.62º 0.84% 0.42% -
HSV(B) 334.62º 0.91% 0.78% -
XYZ 25.77 13.35 11.81 -
YUV 80.2 135.8 212.74 -
System Red Green Blue C M Y K H S L
Decimal 199 17 94 0 0.91 0.53 0.22 334.62 0.84 0.42
Hex C7 11 5E 0 5B 35 16 14F 54 2A
Octal 307 21 136 0 133 65 26 517 124 52
Binary 11000111 10001 1011110 0 1011011 110101 10110 101001111 1010100 101010

Color Harmonies of #C7115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7115E

Black with #C7115E

Text Example


Text Example

White with #C7115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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