Html Css Color HEX #C6105F Ruby

📋 copy color: '#C6105F'

red 198 ◦ green 16 ◦ blue 95

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

Shades of Ruby #C6105F

Tints of Ruby #C6105F

RGB

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

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

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

R = 64.08%
G = 5.18%
B = 30.74%

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

#C6105F (or 0xC6105F) is known color: Ruby. HEX triplet: C6, 10 and 5F. RGB value is (198,16,95). Sum of RGB (Red+Green+Blue) = 198+16+95=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6105F is #39EFA0. Grayscale: #4F4F4F. Windows color (decimal): -3796897 or 6230214. OLE color: 6230214.

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

Color convert

RGB 198 16 95 -
CMYK 0 0.92 0.52 0.22
HSL 333.96º 0.85% 0.42% -
HSV(B) 333.96º 0.92% 0.78% -
XYZ 25.54 13.2 12.03 -
YUV 79.42 136.8 212.58 -
System Red Green Blue C M Y K H S L
Decimal 198 16 95 0 0.92 0.52 0.22 333.96 0.85 0.42
Hex C6 10 5F 0 5C 34 16 14E 55 2A
Octal 306 20 137 0 134 64 26 516 125 52
Binary 11000110 10000 1011111 0 1011100 110100 10110 101001110 1010101 101010

Color Harmonies of #C6105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6105F

Black with #C6105F

Text Example


Text Example

White with #C6105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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