Html Css Color HEX #C7195F Ruby

📋 copy color: '#C7195F'

red 199 ◦ green 25 ◦ blue 95

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

Shades of Ruby #C7195F

Tints of Ruby #C7195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

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

R = 62.38%
G = 7.84%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7195F (or 0xC7195F) is known color: Ruby. HEX triplet: C7, 19 and 5F. RGB value is (199,25,95). Sum of RGB (Red+Green+Blue) = 199+25+95=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C7195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7195F is #38E6A0. Grayscale: #545454. Windows color (decimal): -3729057 or 6232519. OLE color: 6232519.

HSL color Cylindrical-coordinate representation of color #C7195F: hue angle of 335.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7195F is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 95 -
CMYK 0 0.87 0.52 0.22
HSL 335.86º 0.78% 0.44% -
HSV(B) 335.86º 0.87% 0.78% -
XYZ 25.97 13.66 12.1 -
YUV 85.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 199 25 95 0 0.87 0.52 0.22 335.86 0.78 0.44
Hex C7 19 5F 0 57 34 16 150 4E 2C
Octal 307 31 137 0 127 64 26 520 116 54
Binary 11000111 11001 1011111 0 1010111 110100 10110 101010000 1001110 101100

Color Harmonies of #C7195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7195F

Black with #C7195F

Text Example


Text Example

White with #C7195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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