Html Css Color HEX #C6105D Ruby

📋 copy color: '#C6105D'

red 198 ◦ green 16 ◦ blue 93

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

Shades of Ruby #C6105D

Tints of Ruby #C6105D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 64.5%
G = 5.21%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6105D (or 0xC6105D) is known color: Ruby. HEX triplet: C6, 10 and 5D. RGB value is (198,16,93). Sum of RGB (Red+Green+Blue) = 198+16+93=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6105D is #39EFA2. Grayscale: #4F4F4F. Windows color (decimal): -3796899 or 6099142. OLE color: 6099142.

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

Color convert

RGB 198 16 93 -
CMYK 0 0.92 0.53 0.22
HSL 334.62º 0.85% 0.42% -
HSV(B) 334.62º 0.92% 0.78% -
XYZ 25.45 13.17 11.56 -
YUV 79.2 135.8 212.74 -
System Red Green Blue C M Y K H S L
Decimal 198 16 93 0 0.92 0.53 0.22 334.62 0.85 0.42
Hex C6 10 5D 0 5C 35 16 14F 55 2A
Octal 306 20 135 0 134 65 26 517 125 52
Binary 11000110 10000 1011101 0 1011100 110101 10110 101001111 1010101 101010

Color Harmonies of #C6105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6105D

Black with #C6105D

Text Example


Text Example

White with #C6105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6105D; }

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

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

background-color css

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

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

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

border-color css

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

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

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