Html Css Color HEX #C6175B Ruby

📋 copy color: '#C6175B'

red 198 ◦ green 23 ◦ blue 91

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

Shades of Ruby #C6175B

Tints of Ruby #C6175B

RGB

 RED value IS 198 (77.73% from 255) = 63.46%

 GREEN value IS 23 (9.38% from 255) = 7.37%

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

R = 63.46%
G = 7.37%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6175B (or 0xC6175B) is known color: Ruby. HEX triplet: C6, 17 and 5B. RGB value is (198,23,91). Sum of RGB (Red+Green+Blue) = 198+23+91=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6175B is #39E8A4. Grayscale: #525252. Windows color (decimal): -3795109 or 5969862. OLE color: 5969862.

HSL color Cylindrical-coordinate representation of color #C6175B: hue angle of 336.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6175B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 23 91 -
CMYK 0 0.88 0.54 0.22
HSL 336.69º 0.79% 0.43% -
HSV(B) 336.69º 0.88% 0.78% -
XYZ 25.48 13.37 11.14 -
YUV 83.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 198 23 91 0 0.88 0.54 0.22 336.69 0.79 0.43
Hex C6 17 5B 0 58 36 16 151 4F 2B
Octal 306 27 133 0 130 66 26 521 117 53
Binary 11000110 10111 1011011 0 1011000 110110 10110 101010001 1001111 101011

Color Harmonies of #C6175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6175B

Black with #C6175B

Text Example


Text Example

White with #C6175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6175B; }

 p { color: rgb(198,23,91); }

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

background-color css

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

 a { background-color: rgb(198,23,91); }

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

border-color css

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

 span { border-color: rgb(198,23,91); }

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